Html Css Color HEX #643ECC Purple Heart

📋 copy color: '#643ECC'

red 100 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #643ECC

Tints of Purple Heart #643ECC

RGB

 RED value IS 100 (39.45% from 255) = 27.32%

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

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

R = 27.32%
G = 16.94%
B = 55.74%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#643ECC (or 0x643ECC) is known color: Purple Heart. HEX triplet: 64, 3E and CC. RGB value is (100,62,204). Sum of RGB (Red+Green+Blue) = 100+62+204=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #643ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ECC is #9BC133. Grayscale: #595959. Windows color (decimal): -10207540 or 13385316. OLE color: 13385316.

HSL color Cylindrical-coordinate representation of color #643ECC: hue angle of 256.06º 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 #643ECC is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 62 204 -
CMYK 0.51 0.70 0 0.2
HSL 256.06º 0.58% 0.52% -
HSV(B) 256.06º 0.7% 0.8% -
XYZ 17.88 10.51 58.21 -
YUV 89.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 100 62 204 0.51 0.70 0 0.2 256.06 0.58 0.52
Hex 64 3E CC 33 46 0 14 100 3A 34
Octal 144 76 314 63 106 0 24 400 72 64
Binary 1100100 111110 11001100 110011 1000110 0 10100 100000000 111010 110100

Color Harmonies of #643ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643ECC

Black with #643ECC

Text Example


Text Example

White with #643ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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