Html Css Color HEX #4517AC Purple Heart

📋 copy color: '#4517AC'

red 69 ◦ green 23 ◦ blue 172

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

Shades of Purple Heart #4517AC

Tints of Purple Heart #4517AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

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

R = 26.14%
G = 8.71%
B = 65.15%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4517AC (or 0x4517AC) is known color: Purple Heart. HEX triplet: 45, 17 and AC. RGB value is (69,23,172). Sum of RGB (Red+Green+Blue) = 69+23+172=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #4517AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4517AC is #BAE853. Grayscale: #353535. Windows color (decimal): -12249172 or 11278149. OLE color: 11278149.

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

Color convert

RGB 69 23 172 -
CMYK 0.60 0.87 0 0.33
HSL 258.52º 0.76% 0.38% -
HSV(B) 258.52º 0.87% 0.67% -
XYZ 10.21 4.86 39.43 -
YUV 53.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 69 23 172 0.60 0.87 0 0.33 258.52 0.76 0.38
Hex 45 17 AC 3C 57 0 21 103 4C 26
Octal 105 27 254 74 127 0 41 403 114 46
Binary 1000101 10111 10101100 111100 1010111 0 100001 100000011 1001100 100110

Color Harmonies of #4517AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4517AC

Black with #4517AC

Text Example


Text Example

White with #4517AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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