#5C0FDE

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

Shades of Han Purple #5C0FDE

Tints of Han Purple #5C0FDE

Color information

#5C0FDE (or 0x5C0FDE) is unknown color: approx Han Purple. HEX triplet: 5C, 0F and DE. RGB value is (92,15,222). Sum of RGB (Red+Green+Blue) = 92+15+222=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C0FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0FDE is #A3F021. Grayscale: #3C3C3C. Windows color (decimal): -10743842 or 14552924. OLE color: 14552924.

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

Color convert

RGB9215222-
CMYK0.590.9300.13
HSL262.32º87.34%46.47%-
HSV(B)262.32º93.24%87.06%-
XYZ17.777.8969.69-
YUV61.62218.51149.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 15 (6.25% from 255) = 4.56%
BLUE value IS 222 (87.11% from 255) = 67.48%
R=27.96%
G=4.56%
B=67.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92152220.590.9300.13262.3287.3446.47
Hex5CFDE3B5D0D106572e
Octal134173367313501540612756
Binary10111001111110111101110111011101011011000001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,15,222); }

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

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

 a { background-color: rgb(92,15,222); }

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

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

 span { border-color: rgb(92,15,222); }

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