Html Css Color HEX #653ECC Purple Heart

📋 copy color: '#653ECC'

red 101 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #653ECC

Tints of Purple Heart #653ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.89%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 27.52%
G = 16.89%
B = 55.59%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#653ECC (or 0x653ECC) is known color: Purple Heart. HEX triplet: 65, 3E and CC. RGB value is (101,62,204). Sum of RGB (Red+Green+Blue) = 101+62+204=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #653ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ECC is #9AC133. Grayscale: #595959. Windows color (decimal): -10142004 or 13385317. OLE color: 13385317.

HSL color Cylindrical-coordinate representation of color #653ECC: hue angle of 256.48º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653ECC is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 62 204 -
CMYK 0.50 0.70 0 0.2
HSL 256.48º 0.58% 0.52% -
HSV(B) 256.48º 0.7% 0.8% -
XYZ 17.99 10.57 58.22 -
YUV 89.85 192.42 135.95 -
System Red Green Blue C M Y K H S L
Decimal 101 62 204 0.50 0.70 0 0.2 256.48 0.58 0.52
Hex 65 3E CC 32 46 0 14 100 3A 34
Octal 145 76 314 62 106 0 24 400 72 64
Binary 1100101 111110 11001100 110010 1000110 0 10100 100000000 111010 110100

Color Harmonies of #653ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653ECC

Black with #653ECC

Text Example


Text Example

White with #653ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,62,204); }

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

background-color css

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

 a { background-color: rgb(101,62,204); }

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

border-color css

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

 span { border-color: rgb(101,62,204); }

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