#551CDF

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

Shades of Han Purple #551CDF

Tints of Han Purple #551CDF

Color information

#551CDF (or 0x551CDF) is unknown color: approx Han Purple. HEX triplet: 55, 1C and DF. RGB value is (85,28,223). Sum of RGB (Red+Green+Blue) = 85+28+223=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #551CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CDF is #AAE320. Grayscale: #424242. Windows color (decimal): -11199265 or 14621781. OLE color: 14621781.

HSL color Cylindrical-coordinate representation of color #551CDF: hue angle of 257.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551CDF is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8528223-
CMYK0.620.8700.13
HSL257.54º77.69%49.22%-
HSV(B)257.54º87.44%87.45%-
XYZ17.488.0970.45-
YUV67.27215.88140.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 28 (11.33% from 255) = 8.33%
BLUE value IS 223 (87.5% from 255) = 66.37%
R=25.30%
G=8.33%
B=66.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85282230.620.8700.13257.5477.6949.22
Hex551CDF3E570D1024e31
Octal125343377612701540211661
Binary101010111100110111111111101010111011011000000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551CDF; }

 p { color: rgb(85,28,223); }

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

<style>
 a { background-color: #551CDF; }

 a { background-color: rgb(85,28,223); }

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

<style>
 span { border-color: #551CDF; }

 span { border-color: rgb(85,28,223); }

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