Html Css Color HEX #641BB7 Purple Heart

📋 copy color: '#641BB7'

red 100 ◦ green 27 ◦ blue 183

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

Shades of Purple Heart #641BB7

Tints of Purple Heart #641BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.03%

R = 32.26%
G = 8.71%
B = 59.03%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#641BB7 (or 0x641BB7) is known color: Purple Heart. HEX triplet: 64, 1B and B7. RGB value is (100,27,183). Sum of RGB (Red+Green+Blue) = 100+27+183=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #641BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BB7 is #9BE448. Grayscale: #424242. Windows color (decimal): -10216521 or 12000100. OLE color: 12000100.

HSL color Cylindrical-coordinate representation of color #641BB7: hue angle of 268.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641BB7 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 27 183 -
CMYK 0.45 0.85 0 0.28
HSL 268.08º 0.74% 0.41% -
HSV(B) 268.08º 0.85% 0.72% -
XYZ 14.19 6.91 45.39 -
YUV 66.61 193.68 151.82 -
System Red Green Blue C M Y K H S L
Decimal 100 27 183 0.45 0.85 0 0.28 268.08 0.74 0.41
Hex 64 1B B7 2D 55 0 1C 10C 4A 29
Octal 144 33 267 55 125 0 34 414 112 51
Binary 1100100 11011 10110111 101101 1010101 0 11100 100001100 1001010 101001

Color Harmonies of #641BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BB7

Black with #641BB7

Text Example


Text Example

White with #641BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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