#5c0fef

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

Shades of Han Purple #5C0FEF

Tints of Han Purple #5C0FEF

Color information

#5C0FEF (or 0x5C0FEF) is unknown color: approx Han Purple. HEX triplet: 5C, 0F and EF. RGB value is (92,15,239). Sum of RGB (Red+Green+Blue) = 92+15+239=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C0FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0FEF is #A3F010. Grayscale: #3E3E3E. Windows color (decimal): -10743825 or 15667036. OLE color: 15667036.

HSL color Cylindrical-coordinate representation of color #5C0FEF: hue angle of 260.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0FEF is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9215239-
CMYK0.620.9400.06
HSL260.62º88.19%49.8%-
HSV(B)260.62º93.72%93.73%-
XYZ20.168.8582.31-
YUV63.56227.01148.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.59%
GREEN value IS 15 (6.25% from 255) = 4.34%
BLUE value IS 239 (93.75% from 255) = 69.08%
R=26.59%
G=4.34%
B=69.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal92152390.620.9400.06260.6288.1949.8
Hex5CFEF3E5E061055832
Octal13417357761360640513062
Binary1011100111111101111111110101111001101000001011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c0fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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