Html Css Color HEX #641BB4 Purple Heart

📋 copy color: '#641BB4'

red 100 ◦ green 27 ◦ blue 180

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

Shades of Purple Heart #641BB4

Tints of Purple Heart #641BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.63%

R = 32.57%
G = 8.79%
B = 58.63%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#641BB4 (or 0x641BB4) is known color: Purple Heart. HEX triplet: 64, 1B and B4. RGB value is (100,27,180). Sum of RGB (Red+Green+Blue) = 100+27+180=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #641BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BB4 is #9BE44B. Grayscale: #414141. Windows color (decimal): -10216524 or 11803492. OLE color: 11803492.

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

Color convert

RGB 100 27 180 -
CMYK 0.44 0.85 0 0.29
HSL 268.63º 0.74% 0.41% -
HSV(B) 268.63º 0.85% 0.71% -
XYZ 13.89 6.79 43.76 -
YUV 66.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 100 27 180 0.44 0.85 0 0.29 268.63 0.74 0.41
Hex 64 1B B4 2C 55 0 1D 10D 4A 29
Octal 144 33 264 54 125 0 35 415 112 51
Binary 1100100 11011 10110100 101100 1010101 0 11101 100001101 1001010 101001

Color Harmonies of #641BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BB4

Black with #641BB4

Text Example


Text Example

White with #641BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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