Html Css Color HEX #5117AC Purple Heart

📋 copy color: '#5117AC'

red 81 ◦ green 23 ◦ blue 172

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

Shades of Purple Heart #5117AC

Tints of Purple Heart #5117AC

RGB

 RED value IS 81 (32.03% from 255) = 29.35%

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

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

R = 29.35%
G = 8.33%
B = 62.32%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5117AC (or 0x5117AC) is known color: Purple Heart. HEX triplet: 51, 17 and AC. RGB value is (81,23,172). Sum of RGB (Red+Green+Blue) = 81+23+172=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5117AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5117AC is #AEE853. Grayscale: #383838. Windows color (decimal): -11462740 or 11278161. OLE color: 11278161.

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

Color convert

RGB 81 23 172 -
CMYK 0.53 0.87 0 0.33
HSL 263.36º 0.76% 0.38% -
HSV(B) 263.36º 0.87% 0.67% -
XYZ 11.15 5.34 39.47 -
YUV 57.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 81 23 172 0.53 0.87 0 0.33 263.36 0.76 0.38
Hex 51 17 AC 35 57 0 21 107 4C 26
Octal 121 27 254 65 127 0 41 407 114 46
Binary 1010001 10111 10101100 110101 1010111 0 100001 100000111 1001100 100110

Color Harmonies of #5117AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5117AC

Black with #5117AC

Text Example


Text Example

White with #5117AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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