Html Css Color HEX #4513AA Purple Heart

📋 copy color: '#4513AA'

red 69 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #4513AA

Tints of Purple Heart #4513AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 26.74%
G = 7.36%
B = 65.89%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4513AA (or 0x4513AA) is known color: Purple Heart. HEX triplet: 45, 13 and AA. RGB value is (69,19,170). Sum of RGB (Red+Green+Blue) = 69+19+170=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #4513AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4513AA is #BAEC55. Grayscale: #323232. Windows color (decimal): -12250198 or 11146053. OLE color: 11146053.

HSL color Cylindrical-coordinate representation of color #4513AA: hue angle of 259.87º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4513AA is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 19 170 -
CMYK 0.59 0.89 0 0.33
HSL 259.87º 0.8% 0.37% -
HSV(B) 259.87º 0.89% 0.67% -
XYZ 9.94 4.63 38.4 -
YUV 51.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 69 19 170 0.59 0.89 0 0.33 259.87 0.8 0.37
Hex 45 13 AA 3B 59 0 21 104 50 25
Octal 105 23 252 73 131 0 41 404 120 45
Binary 1000101 10011 10101010 111011 1011001 0 100001 100000100 1010000 100101

Color Harmonies of #4513AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513AA

Black with #4513AA

Text Example


Text Example

White with #4513AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4513AA; }

 p { color: rgb(69,19,170); }

 H1.HeaderClassName
 {
   color: #4513AA;
 }
 .AnyTagClassName
 {
   color: #4513AA;
 }
</style>

background-color css

<style>
 a { background-color: #4513AA; }

 a { background-color: rgb(69,19,170); }

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

border-color css

<style>
 span { border-color: #4513AA; }

 span { border-color: rgb(69,19,170); }

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