Html Css Color HEX #641DCC Purple Heart

📋 copy color: '#641DCC'

red 100 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #641DCC

Tints of Purple Heart #641DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

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

R = 30.03%
G = 8.71%
B = 61.26%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#641DCC (or 0x641DCC) is known color: Purple Heart. HEX triplet: 64, 1D and CC. RGB value is (100,29,204). Sum of RGB (Red+Green+Blue) = 100+29+204=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #641DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DCC is #9BE233. Grayscale: #454545. Windows color (decimal): -10215988 or 13376868. OLE color: 13376868.

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

Color convert

RGB 100 29 204 -
CMYK 0.51 0.86 0 0.2
HSL 264.34º 0.75% 0.46% -
HSV(B) 264.34º 0.86% 0.8% -
XYZ 16.59 7.95 57.79 -
YUV 70.18 203.52 149.27 -
System Red Green Blue C M Y K H S L
Decimal 100 29 204 0.51 0.86 0 0.2 264.34 0.75 0.46
Hex 64 1D CC 33 56 0 14 108 4B 2E
Octal 144 35 314 63 126 0 24 410 113 56
Binary 1100100 11101 11001100 110011 1010110 0 10100 100001000 1001011 101110

Color Harmonies of #641DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DCC

Black with #641DCC

Text Example


Text Example

White with #641DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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