Html Css Color HEX #641DCE Purple Heart

📋 copy color: '#641DCE'

red 100 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #641DCE

Tints of Purple Heart #641DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 29.85%
G = 8.66%
B = 61.49%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#641DCE (or 0x641DCE) is known color: Purple Heart. HEX triplet: 64, 1D and CE. RGB value is (100,29,206). Sum of RGB (Red+Green+Blue) = 100+29+206=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #641DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DCE is #9BE231. Grayscale: #454545. Windows color (decimal): -10215986 or 13507940. OLE color: 13507940.

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

Color convert

RGB 100 29 206 -
CMYK 0.51 0.86 0 0.19
HSL 264.07º 0.75% 0.46% -
HSV(B) 264.07º 0.86% 0.81% -
XYZ 16.84 8.04 59.06 -
YUV 70.41 204.52 149.11 -
System Red Green Blue C M Y K H S L
Decimal 100 29 206 0.51 0.86 0 0.19 264.07 0.75 0.46
Hex 64 1D CE 33 56 0 13 108 4B 2E
Octal 144 35 316 63 126 0 23 410 113 56
Binary 1100100 11101 11001110 110011 1010110 0 10011 100001000 1001011 101110

Color Harmonies of #641DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DCE

Black with #641DCE

Text Example


Text Example

White with #641DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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