Html Css Color HEX #4F1BAB Purple Heart

📋 copy color: '#4F1BAB'

red 79 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #4F1BAB

Tints of Purple Heart #4F1BAB

RGB

 RED value IS 79 (31.25% from 255) = 28.52%

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

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

R = 28.52%
G = 9.75%
B = 61.73%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F1BAB (or 0x4F1BAB) is known color: Purple Heart. HEX triplet: 4F, 1B and AB. RGB value is (79,27,171). Sum of RGB (Red+Green+Blue) = 79+27+171=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F1BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1BAB is #B0E454. Grayscale: #3A3A3A. Windows color (decimal): -11592789 or 11213647. OLE color: 11213647.

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

Color convert

RGB 79 27 171 -
CMYK 0.54 0.84 0 0.33
HSL 261.67º 0.73% 0.39% -
HSV(B) 261.67º 0.84% 0.67% -
XYZ 10.97 5.39 38.99 -
YUV 58.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 79 27 171 0.54 0.84 0 0.33 261.67 0.73 0.39
Hex 4F 1B AB 36 54 0 21 106 49 27
Octal 117 33 253 66 124 0 41 406 111 47
Binary 1001111 11011 10101011 110110 1010100 0 100001 100000110 1001001 100111

Color Harmonies of #4F1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1BAB

Black with #4F1BAB

Text Example


Text Example

White with #4F1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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