Html Css Color HEX #4A1BAB Purple Heart

📋 copy color: '#4A1BAB'

red 74 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #4A1BAB

Tints of Purple Heart #4A1BAB

RGB

 RED value IS 74 (29.3% from 255) = 27.21%

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

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

R = 27.21%
G = 9.93%
B = 62.87%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A1BAB (or 0x4A1BAB) is known color: Purple Heart. HEX triplet: 4A, 1B and AB. RGB value is (74,27,171). Sum of RGB (Red+Green+Blue) = 74+27+171=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A1BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1BAB is #B5E454. Grayscale: #383838. Windows color (decimal): -11920469 or 11213642. OLE color: 11213642.

HSL color Cylindrical-coordinate representation of color #4A1BAB: hue angle of 259.58º 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 #4A1BAB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 27 171 -
CMYK 0.57 0.84 0 0.33
HSL 259.58º 0.73% 0.39% -
HSV(B) 259.58º 0.84% 0.67% -
XYZ 10.57 5.18 38.97 -
YUV 57.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 74 27 171 0.57 0.84 0 0.33 259.58 0.73 0.39
Hex 4A 1B AB 39 54 0 21 104 49 27
Octal 112 33 253 71 124 0 41 404 111 47
Binary 1001010 11011 10101011 111001 1010100 0 100001 100000100 1001001 100111

Color Harmonies of #4A1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1BAB

Black with #4A1BAB

Text Example


Text Example

White with #4A1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1BAB; }

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

 H1.HeaderClassName
 {
   color: #4A1BAB;
 }
 .AnyTagClassName
 {
   color: #4A1BAB;
 }
</style>

background-color css

<style>
 a { background-color: #4A1BAB; }

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

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

border-color css

<style>
 span { border-color: #4A1BAB; }

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

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