Html Css Color HEX #4519AE Purple Heart

📋 copy color: '#4519AE'

red 69 ◦ green 25 ◦ blue 174

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

Shades of Purple Heart #4519AE

Tints of Purple Heart #4519AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 25.75%
G = 9.33%
B = 64.93%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4519AE (or 0x4519AE) is known color: Purple Heart. HEX triplet: 45, 19 and AE. RGB value is (69,25,174). Sum of RGB (Red+Green+Blue) = 69+25+174=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #4519AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4519AE is #BAE651. Grayscale: #363636. Windows color (decimal): -12248658 or 11409733. OLE color: 11409733.

HSL color Cylindrical-coordinate representation of color #4519AE: hue angle of 257.72º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4519AE is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 25 174 -
CMYK 0.60 0.86 0 0.32
HSL 257.72º 0.75% 0.39% -
HSV(B) 257.72º 0.86% 0.68% -
XYZ 10.44 5.02 40.46 -
YUV 55.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 69 25 174 0.60 0.86 0 0.32 257.72 0.75 0.39
Hex 45 19 AE 3C 56 0 20 102 4B 27
Octal 105 31 256 74 126 0 40 402 113 47
Binary 1000101 11001 10101110 111100 1010110 0 100000 100000010 1001011 100111

Color Harmonies of #4519AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4519AE

Black with #4519AE

Text Example


Text Example

White with #4519AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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