#5C17DF

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

Shades of Han Purple #5C17DF

Tints of Han Purple #5C17DF

Color information

#5C17DF (or 0x5C17DF) is unknown color: approx Han Purple. HEX triplet: 5C, 17 and DF. RGB value is (92,23,223). Sum of RGB (Red+Green+Blue) = 92+23+223=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C17DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C17DF is #A3E820. Grayscale: #414141. Windows color (decimal): -10741793 or 14620508. OLE color: 14620508.

HSL color Cylindrical-coordinate representation of color #5C17DF: hue angle of 260.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C17DF is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9223223-
CMYK0.590.9000.13
HSL260.7º81.3%48.24%-
HSV(B)260.7º89.69%87.45%-
XYZ18.048.2270.45-
YUV66.43216.36146.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 23 (9.38% from 255) = 6.80%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=27.22%
G=6.80%
B=65.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92232230.590.9000.13260.781.348.24
Hex5C17DF3B5A0D1055130
Octal134273377313201540512160
Binary101110010111110111111110111011010011011000001011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C17DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C17DF; }

 p { color: rgb(92,23,223); }

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

<style>
 a { background-color: #5C17DF; }

 a { background-color: rgb(92,23,223); }

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

<style>
 span { border-color: #5C17DF; }

 span { border-color: rgb(92,23,223); }

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