Html Css Color HEX #4519AB Purple Heart

📋 copy color: '#4519AB'

red 69 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #4519AB

Tints of Purple Heart #4519AB

RGB

 RED value IS 69 (27.34% from 255) = 26.04%

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 26.04%
G = 9.43%
B = 64.53%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4519AB (or 0x4519AB) is known color: Purple Heart. HEX triplet: 45, 19 and AB. RGB value is (69,25,171). Sum of RGB (Red+Green+Blue) = 69+25+171=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #4519AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4519AB is #BAE654. Grayscale: #363636. Windows color (decimal): -12248661 or 11213125. OLE color: 11213125.

HSL color Cylindrical-coordinate representation of color #4519AB: hue angle of 258.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4519AB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 25 171 -
CMYK 0.60 0.85 0 0.33
HSL 258.08º 0.74% 0.38% -
HSV(B) 258.08º 0.85% 0.67% -
XYZ 10.15 4.9 38.94 -
YUV 54.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 69 25 171 0.60 0.85 0 0.33 258.08 0.74 0.38
Hex 45 19 AB 3C 55 0 21 102 4A 26
Octal 105 31 253 74 125 0 41 402 112 46
Binary 1000101 11001 10101011 111100 1010101 0 100001 100000010 1001010 100110

Color Harmonies of #4519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4519AB

Black with #4519AB

Text Example


Text Example

White with #4519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,25,171); }

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

background-color css

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

 a { background-color: rgb(69,25,171); }

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

border-color css

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

 span { border-color: rgb(69,25,171); }

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