#5C31FE

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

Shades of Han Purple #5C31FE

Tints of Han Purple #5C31FE

Color information

#5C31FE (or 0x5C31FE) is unknown color: approx Han Purple. HEX triplet: 5C, 31 and FE. RGB value is (92,49,254). Sum of RGB (Red+Green+Blue) = 92+49+254=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C31FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C31FE is #A3CE01. Grayscale: #545454. Windows color (decimal): -10735106 or 16658780. OLE color: 16658780.

HSL color Cylindrical-coordinate representation of color #5C31FE: hue angle of 252.59º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C31FE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9249254-
CMYK0.640.8100.00
HSL252.59º99.03%59.41%-
HSV(B)252.59º80.71%99.61%-
XYZ23.411.6394.78-
YUV85.23223.25132.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.29%
GREEN value IS 49 (19.53% from 255) = 12.41%
BLUE value IS 254 (99.61% from 255) = 64.30%
R=23.29%
G=12.41%
B=64.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal92492540.640.8100.00252.5999.0359.41
Hex5C31FE405100fd633b
Octal134613761001210037514373
Binary1011100110001111111101000000101000100111111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C31FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,49,254); }

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

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

 a { background-color: rgb(92,49,254); }

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

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

 span { border-color: rgb(92,49,254); }

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