Html Css Color HEX #641DCD Purple Heart

📋 copy color: '#641DCD'

red 100 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #641DCD

Tints of Purple Heart #641DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 29.94%
G = 8.68%
B = 61.38%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#641DCD (or 0x641DCD) is known color: Purple Heart. HEX triplet: 64, 1D and CD. RGB value is (100,29,205). Sum of RGB (Red+Green+Blue) = 100+29+205=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #641DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DCD is #9BE232. Grayscale: #454545. Windows color (decimal): -10215987 or 13442404. OLE color: 13442404.

HSL color Cylindrical-coordinate representation of color #641DCD: hue angle of 264.2º 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 #641DCD is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 29 205 -
CMYK 0.51 0.86 0 0.20
HSL 264.2º 0.75% 0.46% -
HSV(B) 264.2º 0.86% 0.8% -
XYZ 16.71 8 58.42 -
YUV 70.29 204.02 149.19 -
System Red Green Blue C M Y K H S L
Decimal 100 29 205 0.51 0.86 0 0.20 264.2 0.75 0.46
Hex 64 1D CD 33 56 0 14 108 4B 2E
Octal 144 35 315 63 126 0 24 410 113 56
Binary 1100100 11101 11001101 110011 1010110 0 10100 100001000 1001011 101110

Color Harmonies of #641DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DCD

Black with #641DCD

Text Example


Text Example

White with #641DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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