Html Css Color HEX #5518AB Purple Heart

📋 copy color: '#5518AB'

red 85 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #5518AB

Tints of Purple Heart #5518AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 30.36%
G = 8.57%
B = 61.07%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5518AB (or 0x5518AB) is known color: Purple Heart. HEX triplet: 55, 18 and AB. RGB value is (85,24,171). Sum of RGB (Red+Green+Blue) = 85+24+171=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #5518AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5518AB is #AAE754. Grayscale: #3A3A3A. Windows color (decimal): -11200341 or 11212885. OLE color: 11212885.

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

Color convert

RGB 85 24 171 -
CMYK 0.50 0.86 0 0.33
HSL 264.9º 0.75% 0.38% -
HSV(B) 264.9º 0.86% 0.67% -
XYZ 11.42 5.52 38.99 -
YUV 59 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 85 24 171 0.50 0.86 0 0.33 264.9 0.75 0.38
Hex 55 18 AB 32 56 0 21 109 4B 26
Octal 125 30 253 62 126 0 41 411 113 46
Binary 1010101 11000 10101011 110010 1010110 0 100001 100001001 1001011 100110

Color Harmonies of #5518AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518AB

Black with #5518AB

Text Example


Text Example

White with #5518AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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