Html Css Color HEX #4513AE Purple Heart

📋 copy color: '#4513AE'

red 69 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #4513AE

Tints of Purple Heart #4513AE

RGB

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

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

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

R = 26.34%
G = 7.25%
B = 66.41%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4513AE (or 0x4513AE) is known color: Purple Heart. HEX triplet: 45, 13 and AE. RGB value is (69,19,174). Sum of RGB (Red+Green+Blue) = 69+19+174=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #4513AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4513AE is #BAEC51. Grayscale: #333333. Windows color (decimal): -12250194 or 11408197. OLE color: 11408197.

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

Color convert

RGB 69 19 174 -
CMYK 0.60 0.89 0 0.32
HSL 259.35º 0.8% 0.38% -
HSV(B) 259.35º 0.89% 0.68% -
XYZ 10.33 4.79 40.42 -
YUV 51.62 197.07 140.4 -
System Red Green Blue C M Y K H S L
Decimal 69 19 174 0.60 0.89 0 0.32 259.35 0.8 0.38
Hex 45 13 AE 3C 59 0 20 103 50 26
Octal 105 23 256 74 131 0 40 403 120 46
Binary 1000101 10011 10101110 111100 1011001 0 100000 100000011 1010000 100110

Color Harmonies of #4513AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513AE

Black with #4513AE

Text Example


Text Example

White with #4513AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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