Html Css Color HEX #4811AB Purple Heart

📋 copy color: '#4811AB'

red 72 ◦ green 17 ◦ blue 171

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

Shades of Purple Heart #4811AB

Tints of Purple Heart #4811AB

RGB

 RED value IS 72 (28.52% from 255) = 27.69%

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

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

R = 27.69%
G = 6.54%
B = 65.77%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4811AB (or 0x4811AB) is known color: Purple Heart. HEX triplet: 48, 11 and AB. RGB value is (72,17,171). Sum of RGB (Red+Green+Blue) = 72+17+171=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4811AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4811AB is #B7EE54. Grayscale: #323232. Windows color (decimal): -12054101 or 11211080. OLE color: 11211080.

HSL color Cylindrical-coordinate representation of color #4811AB: hue angle of 261.43º 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 #4811AB is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 17 171 -
CMYK 0.58 0.90 0 0.33
HSL 261.43º 0.82% 0.37% -
HSV(B) 261.43º 0.9% 0.67% -
XYZ 10.22 4.72 38.9 -
YUV 51 195.72 142.98 -
System Red Green Blue C M Y K H S L
Decimal 72 17 171 0.58 0.90 0 0.33 261.43 0.82 0.37
Hex 48 11 AB 3A 5A 0 21 105 52 25
Octal 110 21 253 72 132 0 41 405 122 45
Binary 1001000 10001 10101011 111010 1011010 0 100001 100000101 1010010 100101

Color Harmonies of #4811AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4811AB

Black with #4811AB

Text Example


Text Example

White with #4811AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4811AB; }

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

 H1.HeaderClassName
 {
   color: #4811AB;
 }
 .AnyTagClassName
 {
   color: #4811AB;
 }
</style>

background-color css

<style>
 a { background-color: #4811AB; }

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

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

border-color css

<style>
 span { border-color: #4811AB; }

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

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