#553fba

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

Shades of Purple Heart #553FBA

Tints of Purple Heart #553FBA

Color information

#553FBA (or 0x553FBA) is unknown color: approx Purple Heart. HEX triplet: 55, 3F and BA. RGB value is (85,63,186). Sum of RGB (Red+Green+Blue) = 85+63+186=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #553FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FBA is #AAC045. Grayscale: #535353. Windows color (decimal): -11190342 or 12205909. OLE color: 12205909.

HSL color Cylindrical-coordinate representation of color #553FBA: hue angle of 250.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553FBA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8563186-
CMYK0.540.6600.27
HSL250.73º49.4%48.82%-
HSV(B)250.73º66.13%72.94%-
XYZ14.399.0347.44-
YUV83.6185.79129-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=25.45%
G=18.86%
B=55.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85631860.540.6600.27250.7349.448.82
Hex553FBA364201Bfb3131
Octal12577272661020333736161
Binary101010111111110111010110110100001001101111111011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,63,186); }

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

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

 a { background-color: rgb(85,63,186); }

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

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

 span { border-color: rgb(85,63,186); }

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