Html Css Color HEX #653CE0 Purple Heart

📋 copy color: '#653CE0'

red 101 ◦ green 60 ◦ blue 224

#653CE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #653CE0

Tints of Purple Heart #653CE0

RGB

 RED value IS 101 (39.84% from 255) = 26.23%

 GREEN value IS 60 (23.83% from 255) = 15.58%

 BLUE value IS 224 (87.89% from 255) = 58.18%

R = 26.23%
G = 15.58%
B = 58.18%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#653CE0 (or 0x653CE0) is known color: Purple Heart. HEX triplet: 65, 3C and E0. RGB value is (101,60,224). Sum of RGB (Red+Green+Blue) = 101+60+224=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #653CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CE0 is #9AC31F. Grayscale: #5A5A5A. Windows color (decimal): -10142496 or 14695525. OLE color: 14695525.

HSL color Cylindrical-coordinate representation of color #653CE0: hue angle of 255º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #653CE0 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 60 224 -
CMYK 0.55 0.73 0 0.12
HSL 255º 0.73% 0.56% -
HSV(B) 255º 0.73% 0.88% -
XYZ 20.44 11.38 71.64 -
YUV 90.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 101 60 224 0.55 0.73 0 0.12 255 0.73 0.56
Hex 65 3C E0 37 49 0 C FF 49 38
Octal 145 74 340 67 111 0 14 377 111 70
Binary 1100101 111100 11100000 110111 1001001 0 1100 11111111 1001001 111000

Color Harmonies of #653CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CE0

Black with #653CE0

Text Example


Text Example

White with #653CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653CE0; }

 p { color: rgb(101,60,224); }

 H1.HeaderClassName
 {
   color: #653CE0;
 }
 .AnyTagClassName
 {
   color: #653CE0;
 }
</style>

background-color css

<style>
 a { background-color: #653CE0; }

 a { background-color: rgb(101,60,224); }

 div.DivClassName
 {
   background-color: #653CE0;
 }
 .BgClassName
 {
   background-color: #653CE0;
 }
</style>

border-color css

<style>
 span { border-color: #653CE0; }

 span { border-color: rgb(101,60,224); }

 td.TdClassName
 {
   border-color: #653CE0;
 }
 .TagClassName
 {
   border-color: #653CE0;
 }
</style>