Html Css Color HEX #5514AB Purple Heart

📋 copy color: '#5514AB'

red 85 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #5514AB

Tints of Purple Heart #5514AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 30.8%
G = 7.25%
B = 61.96%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5514AB (or 0x5514AB) is known color: Purple Heart. HEX triplet: 55, 14 and AB. RGB value is (85,20,171). Sum of RGB (Red+Green+Blue) = 85+20+171=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5514AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5514AB is #AAEB54. Grayscale: #383838. Windows color (decimal): -11201365 or 11211861. OLE color: 11211861.

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

Color convert

RGB 85 20 171 -
CMYK 0.50 0.88 0 0.33
HSL 265.83º 0.79% 0.37% -
HSV(B) 265.83º 0.88% 0.67% -
XYZ 11.35 5.37 38.97 -
YUV 56.65 192.53 148.22 -
System Red Green Blue C M Y K H S L
Decimal 85 20 171 0.50 0.88 0 0.33 265.83 0.79 0.37
Hex 55 14 AB 32 58 0 21 10A 4F 25
Octal 125 24 253 62 130 0 41 412 117 45
Binary 1010101 10100 10101011 110010 1011000 0 100001 100001010 1001111 100101

Color Harmonies of #5514AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5514AB

Black with #5514AB

Text Example


Text Example

White with #5514AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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