Html Css Color HEX #641DDD Purple Heart

📋 copy color: '#641DDD'

red 100 ◦ green 29 ◦ blue 221

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

Shades of Purple Heart #641DDD

Tints of Purple Heart #641DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 28.57%
G = 8.29%
B = 63.14%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#641DDD (or 0x641DDD) is known color: Purple Heart. HEX triplet: 64, 1D and DD. RGB value is (100,29,221). Sum of RGB (Red+Green+Blue) = 100+29+221=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #641DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DDD is #9BE222. Grayscale: #474747. Windows color (decimal): -10215971 or 14490980. OLE color: 14490980.

HSL color Cylindrical-coordinate representation of color #641DDD: hue angle of 262.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641DDD is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 29 221 -
CMYK 0.55 0.87 0 0.13
HSL 262.19º 0.77% 0.49% -
HSV(B) 262.19º 0.87% 0.87% -
XYZ 18.75 8.81 69.12 -
YUV 72.12 212.02 147.89 -
System Red Green Blue C M Y K H S L
Decimal 100 29 221 0.55 0.87 0 0.13 262.19 0.77 0.49
Hex 64 1D DD 37 57 0 D 106 4D 31
Octal 144 35 335 67 127 0 15 406 115 61
Binary 1100100 11101 11011101 110111 1010111 0 1101 100000110 1001101 110001

Color Harmonies of #641DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DDD

Black with #641DDD

Text Example


Text Example

White with #641DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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