Html Css Color HEX #641BB9 Purple Heart

📋 copy color: '#641BB9'

red 100 ◦ green 27 ◦ blue 185

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

Shades of Purple Heart #641BB9

Tints of Purple Heart #641BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.29%

R = 32.05%
G = 8.65%
B = 59.29%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#641BB9 (or 0x641BB9) is known color: Purple Heart. HEX triplet: 64, 1B and B9. RGB value is (100,27,185). Sum of RGB (Red+Green+Blue) = 100+27+185=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #641BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BB9 is #9BE446. Grayscale: #424242. Windows color (decimal): -10216519 or 12131172. OLE color: 12131172.

HSL color Cylindrical-coordinate representation of color #641BB9: hue angle of 267.72º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641BB9 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 27 185 -
CMYK 0.46 0.85 0 0.27
HSL 267.72º 0.75% 0.42% -
HSV(B) 267.72º 0.85% 0.73% -
XYZ 14.4 7 46.49 -
YUV 66.84 194.68 151.65 -
System Red Green Blue C M Y K H S L
Decimal 100 27 185 0.46 0.85 0 0.27 267.72 0.75 0.42
Hex 64 1B B9 2E 55 0 1B 10C 4B 2A
Octal 144 33 271 56 125 0 33 414 113 52
Binary 1100100 11011 10111001 101110 1010101 0 11011 100001100 1001011 101010

Color Harmonies of #641BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BB9

Black with #641BB9

Text Example


Text Example

White with #641BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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