Html Css Color HEX #5514AC Purple Heart

📋 copy color: '#5514AC'

red 85 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #5514AC

Tints of Purple Heart #5514AC

RGB

 RED value IS 85 (33.59% from 255) = 30.69%

 GREEN value IS 20 (8.2% from 255) = 7.22%

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

R = 30.69%
G = 7.22%
B = 62.09%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5514AC (or 0x5514AC) is known color: Purple Heart. HEX triplet: 55, 14 and AC. RGB value is (85,20,172). Sum of RGB (Red+Green+Blue) = 85+20+172=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #5514AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5514AC is #AAEB53. Grayscale: #383838. Windows color (decimal): -11201364 or 11277397. OLE color: 11277397.

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

Color convert

RGB 85 20 172 -
CMYK 0.51 0.88 0 0.33
HSL 265.66º 0.79% 0.38% -
HSV(B) 265.66º 0.88% 0.67% -
XYZ 11.44 5.41 39.47 -
YUV 56.76 193.03 148.14 -
System Red Green Blue C M Y K H S L
Decimal 85 20 172 0.51 0.88 0 0.33 265.66 0.79 0.38
Hex 55 14 AC 33 58 0 21 10A 4F 26
Octal 125 24 254 63 130 0 41 412 117 46
Binary 1010101 10100 10101100 110011 1011000 0 100001 100001010 1001111 100110

Color Harmonies of #5514AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5514AC

Black with #5514AC

Text Example


Text Example

White with #5514AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,20,172); }

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

background-color css

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

 a { background-color: rgb(85,20,172); }

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

border-color css

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

 span { border-color: rgb(85,20,172); }

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