Html Css Color HEX #4B11AB Purple Heart

📋 copy color: '#4B11AB'

red 75 ◦ green 17 ◦ blue 171

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

Shades of Purple Heart #4B11AB

Tints of Purple Heart #4B11AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 28.52%
G = 6.46%
B = 65.02%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B11AB (or 0x4B11AB) is known color: Purple Heart. HEX triplet: 4B, 11 and AB. RGB value is (75,17,171). Sum of RGB (Red+Green+Blue) = 75+17+171=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B11AB is #B4EE54. Grayscale: #333333. Windows color (decimal): -11857493 or 11211083. OLE color: 11211083.

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

Color convert

RGB 75 17 171 -
CMYK 0.56 0.90 0 0.33
HSL 262.6º 0.82% 0.37% -
HSV(B) 262.6º 0.9% 0.67% -
XYZ 10.45 4.84 38.91 -
YUV 51.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 75 17 171 0.56 0.90 0 0.33 262.6 0.82 0.37
Hex 4B 11 AB 38 5A 0 21 107 52 25
Octal 113 21 253 70 132 0 41 407 122 45
Binary 1001011 10001 10101011 111000 1011010 0 100001 100000111 1010010 100101

Color Harmonies of #4B11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B11AB

Black with #4B11AB

Text Example


Text Example

White with #4B11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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