Html Css Color HEX #642DCC Purple Heart

📋 copy color: '#642DCC'

red 100 ◦ green 45 ◦ blue 204

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

Shades of Purple Heart #642DCC

Tints of Purple Heart #642DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

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

R = 28.65%
G = 12.89%
B = 58.45%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#642DCC (or 0x642DCC) is known color: Purple Heart. HEX triplet: 64, 2D and CC. RGB value is (100,45,204). Sum of RGB (Red+Green+Blue) = 100+45+204=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #642DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DCC is #9BD233. Grayscale: #4E4E4E. Windows color (decimal): -10211892 or 13380964. OLE color: 13380964.

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

Color convert

RGB 100 45 204 -
CMYK 0.51 0.78 0 0.2
HSL 260.75º 0.64% 0.49% -
HSV(B) 260.75º 0.78% 0.8% -
XYZ 17.09 8.95 57.95 -
YUV 79.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 100 45 204 0.51 0.78 0 0.2 260.75 0.64 0.49
Hex 64 2D CC 33 4E 0 14 105 40 31
Octal 144 55 314 63 116 0 24 405 100 61
Binary 1100100 101101 11001100 110011 1001110 0 10100 100000101 1000000 110001

Color Harmonies of #642DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DCC

Black with #642DCC

Text Example


Text Example

White with #642DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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