#553BAF

Color #553BAF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #553BAF

Tints of Purple Heart #553BAF

Color information

#553BAF (or 0x553BAF) is unknown color: approx Purple Heart. HEX triplet: 55, 3B and AF. RGB value is (85,59,175). Sum of RGB (Red+Green+Blue) = 85+59+175=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #553BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BAF is #AAC450. Grayscale: #4F4F4F. Windows color (decimal): -11191377 or 11483989. OLE color: 11483989.

HSL color Cylindrical-coordinate representation of color #553BAF: hue angle of 253.45º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553BAF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8559175-
CMYK0.510.6600.31
HSL253.45º49.57%45.88%-
HSV(B)253.45º66.29%68.63%-
XYZ13.058.1541.44-
YUV80181.61131.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=26.65%
G=18.50%
B=54.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85591750.510.6600.31253.4549.5745.88
Hex553BAF334201Ffd322e
Octal12573257631020373756256
Binary101010111101110101111110011100001001111111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553BAF; }

 p { color: rgb(85,59,175); }

 H1.HeaderClassName
 {
   color: #553BAF;
 }
 .AnyTagClassName
 {
   color: #553BAF;
 }
</style>
background-color css

<style>
 a { background-color: #553BAF; }

 a { background-color: rgb(85,59,175); }

 div.DivClassName
 {
   background-color: #553BAF;
 }
 .BgClassName
 {
   background-color: #553BAF;
 }
</style>
border-color css

<style>
 span { border-color: #553BAF; }

 span { border-color: rgb(85,59,175); }

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