Html Css Color HEX #641BD9 Purple Heart

📋 copy color: '#641BD9'

red 100 ◦ green 27 ◦ blue 217

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

Shades of Purple Heart #641BD9

Tints of Purple Heart #641BD9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

 BLUE value IS 217 (85.16% from 255) = 63.08%

R = 29.07%
G = 7.85%
B = 63.08%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#641BD9 (or 0x641BD9) is known color: Purple Heart. HEX triplet: 64, 1B and D9. RGB value is (100,27,217). Sum of RGB (Red+Green+Blue) = 100+27+217=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #641BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BD9 is #9BE426. Grayscale: #454545. Windows color (decimal): -10216487 or 14228324. OLE color: 14228324.

HSL color Cylindrical-coordinate representation of color #641BD9: hue angle of 263.05º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641BD9 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 27 217 -
CMYK 0.54 0.88 0 0.15
HSL 263.05º 0.78% 0.48% -
HSV(B) 263.05º 0.88% 0.85% -
XYZ 18.17 8.5 66.33 -
YUV 70.49 210.68 149.05 -
System Red Green Blue C M Y K H S L
Decimal 100 27 217 0.54 0.88 0 0.15 263.05 0.78 0.48
Hex 64 1B D9 36 58 0 F 107 4E 30
Octal 144 33 331 66 130 0 17 407 116 60
Binary 1100100 11011 11011001 110110 1011000 0 1111 100000111 1001110 110000

Color Harmonies of #641BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BD9

Black with #641BD9

Text Example


Text Example

White with #641BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,27,217); }

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

background-color css

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

 a { background-color: rgb(100,27,217); }

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

border-color css

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

 span { border-color: rgb(100,27,217); }

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