Html Css Color HEX #4814AB Purple Heart

📋 copy color: '#4814AB'

red 72 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #4814AB

Tints of Purple Heart #4814AB

RGB

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

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

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

R = 27.38%
G = 7.6%
B = 65.02%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4814AB (or 0x4814AB) is known color: Purple Heart. HEX triplet: 48, 14 and AB. RGB value is (72,20,171). Sum of RGB (Red+Green+Blue) = 72+20+171=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 20 (8.20% from 255 or 7.60% 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 #4814AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4814AB is #B7EB54. Grayscale: #343434. Windows color (decimal): -12053333 or 11211848. OLE color: 11211848.

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

Color convert

RGB 72 20 171 -
CMYK 0.58 0.88 0 0.33
HSL 260.66º 0.79% 0.37% -
HSV(B) 260.66º 0.88% 0.67% -
XYZ 10.27 4.82 38.92 -
YUV 52.76 194.73 141.72 -
System Red Green Blue C M Y K H S L
Decimal 72 20 171 0.58 0.88 0 0.33 260.66 0.79 0.37
Hex 48 14 AB 3A 58 0 21 105 4F 25
Octal 110 24 253 72 130 0 41 405 117 45
Binary 1001000 10100 10101011 111010 1011000 0 100001 100000101 1001111 100101

Color Harmonies of #4814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4814AB

Black with #4814AB

Text Example


Text Example

White with #4814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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