Html Css Color HEX #4513AC Purple Heart

📋 copy color: '#4513AC'

red 69 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #4513AC

Tints of Purple Heart #4513AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.15%

R = 26.54%
G = 7.31%
B = 66.15%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4513AC (or 0x4513AC) is known color: Purple Heart. HEX triplet: 45, 13 and AC. RGB value is (69,19,172). Sum of RGB (Red+Green+Blue) = 69+19+172=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #4513AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4513AC is #BAEC53. Grayscale: #323232. Windows color (decimal): -12250196 or 11277125. OLE color: 11277125.

HSL color Cylindrical-coordinate representation of color #4513AC: hue angle of 259.61º 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 #4513AC is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 19 172 -
CMYK 0.60 0.89 0 0.33
HSL 259.61º 0.8% 0.37% -
HSV(B) 259.61º 0.89% 0.67% -
XYZ 10.13 4.71 39.4 -
YUV 51.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 69 19 172 0.60 0.89 0 0.33 259.61 0.8 0.37
Hex 45 13 AC 3C 59 0 21 104 50 25
Octal 105 23 254 74 131 0 41 404 120 45
Binary 1000101 10011 10101100 111100 1011001 0 100001 100000100 1010000 100101

Color Harmonies of #4513AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513AC

Black with #4513AC

Text Example


Text Example

White with #4513AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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