Html Css Color HEX #642ECC Purple Heart

📋 copy color: '#642ECC'

red 100 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #642ECC

Tints of Purple Heart #642ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.14%

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

R = 28.57%
G = 13.14%
B = 58.29%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#642ECC (or 0x642ECC) is known color: Purple Heart. HEX triplet: 64, 2E and CC. RGB value is (100,46,204). Sum of RGB (Red+Green+Blue) = 100+46+204=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #642ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ECC is #9BD133. Grayscale: #4F4F4F. Windows color (decimal): -10211636 or 13381220. OLE color: 13381220.

HSL color Cylindrical-coordinate representation of color #642ECC: hue angle of 260.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642ECC is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 46 204 -
CMYK 0.51 0.77 0 0.2
HSL 260.51º 0.63% 0.49% -
HSV(B) 260.51º 0.77% 0.8% -
XYZ 17.13 9.02 57.97 -
YUV 80.16 197.89 142.15 -
System Red Green Blue C M Y K H S L
Decimal 100 46 204 0.51 0.77 0 0.2 260.51 0.63 0.49
Hex 64 2E CC 33 4D 0 14 105 3F 31
Octal 144 56 314 63 115 0 24 405 77 61
Binary 1100100 101110 11001100 110011 1001101 0 10100 100000101 111111 110001

Color Harmonies of #642ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642ECC

Black with #642ECC

Text Example


Text Example

White with #642ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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