Html Css Color HEX #641BAB Purple Heart

📋 copy color: '#641BAB'

red 100 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #641BAB

Tints of Purple Heart #641BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 33.56%
G = 9.06%
B = 57.38%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#641BAB (or 0x641BAB) is known color: Purple Heart. HEX triplet: 64, 1B and AB. RGB value is (100,27,171). Sum of RGB (Red+Green+Blue) = 100+27+171=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #641BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641BAB is #9BE454. Grayscale: #404040. Windows color (decimal): -10216533 or 11213668. OLE color: 11213668.

HSL color Cylindrical-coordinate representation of color #641BAB: hue angle of 270.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641BAB is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 27 171 -
CMYK 0.42 0.84 0 0.33
HSL 270.42º 0.73% 0.39% -
HSV(B) 270.42º 0.84% 0.67% -
XYZ 13 6.43 39.08 -
YUV 65.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 100 27 171 0.42 0.84 0 0.33 270.42 0.73 0.39
Hex 64 1B AB 2A 54 0 21 10E 49 27
Octal 144 33 253 52 124 0 41 416 111 47
Binary 1100100 11011 10101011 101010 1010100 0 100001 100001110 1001001 100111

Color Harmonies of #641BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BAB

Black with #641BAB

Text Example


Text Example

White with #641BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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