Html Css Color HEX #4B14AB Purple Heart

📋 copy color: '#4B14AB'

red 75 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #4B14AB

Tints of Purple Heart #4B14AB

RGB

 RED value IS 75 (29.69% from 255) = 28.2%

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 28.2%
G = 7.52%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B14AB (or 0x4B14AB) is known color: Purple Heart. HEX triplet: 4B, 14 and AB. RGB value is (75,20,171). Sum of RGB (Red+Green+Blue) = 75+20+171=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B14AB is #B4EB54. Grayscale: #353535. Windows color (decimal): -11856725 or 11211851. OLE color: 11211851.

HSL color Cylindrical-coordinate representation of color #4B14AB: hue angle of 261.85º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B14AB is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 20 171 -
CMYK 0.56 0.88 0 0.33
HSL 261.85º 0.79% 0.37% -
HSV(B) 261.85º 0.88% 0.67% -
XYZ 10.5 4.94 38.93 -
YUV 53.66 194.22 143.22 -
System Red Green Blue C M Y K H S L
Decimal 75 20 171 0.56 0.88 0 0.33 261.85 0.79 0.37
Hex 4B 14 AB 38 58 0 21 106 4F 25
Octal 113 24 253 70 130 0 41 406 117 45
Binary 1001011 10100 10101011 111000 1011000 0 100001 100000110 1001111 100101

Color Harmonies of #4B14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B14AB

Black with #4B14AB

Text Example


Text Example

White with #4B14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,20,171); }

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

background-color css

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

 a { background-color: rgb(75,20,171); }

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

border-color css

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

 span { border-color: rgb(75,20,171); }

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