#550DFB

Color #550DFB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #550DFB

Tints of Han Purple #550DFB

Color information

#550DFB (or 0x550DFB) is unknown color: approx Han Purple. HEX triplet: 55, 0D and FB. RGB value is (85,13,251). Sum of RGB (Red+Green+Blue) = 85+13+251=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #550DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550DFB is #AAF204. Grayscale: #3C3C3C. Windows color (decimal): -11203077 or 16452949. OLE color: 16452949.

HSL color Cylindrical-coordinate representation of color #550DFB: hue angle of 258.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550DFB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8513251-
CMYK0.660.9500.02
HSL258.15º96.75%51.76%-
HSV(B)258.15º94.82%98.43%-
XYZ21.39.1891.92-
YUV61.66234.85144.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 13 (5.47% from 255) = 3.72%
BLUE value IS 251 (98.44% from 255) = 71.92%
R=24.36%
G=3.72%
B=71.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85132510.660.9500.02258.1596.7551.76
Hex55DFB425F021026134
Octal125153731021370240214164
Binary1010101110111111011100001010111110101000000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550DFB; }

 p { color: rgb(85,13,251); }

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

<style>
 a { background-color: #550DFB; }

 a { background-color: rgb(85,13,251); }

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

<style>
 span { border-color: #550DFB; }

 span { border-color: rgb(85,13,251); }

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