#5D1CED

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

Shades of Han Purple #5D1CED

Tints of Han Purple #5D1CED

Color information

#5D1CED (or 0x5D1CED) is unknown color: approx Han Purple. HEX triplet: 5D, 1C and ED. RGB value is (93,28,237). Sum of RGB (Red+Green+Blue) = 93+28+237=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D1CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1CED is #A2E312. Grayscale: #464646. Windows color (decimal): -10674963 or 15539293. OLE color: 15539293.

HSL color Cylindrical-coordinate representation of color #5D1CED: hue angle of 258.66º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D1CED is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9328237-
CMYK0.610.8800.07
HSL258.66º85.31%51.96%-
HSV(B)258.66º88.19%92.94%-
XYZ20.229.2780.84-
YUV71.26221.53143.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.98%
GREEN value IS 28 (11.33% from 255) = 7.82%
BLUE value IS 237 (92.97% from 255) = 66.20%
R=25.98%
G=7.82%
B=66.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal93282370.610.8800.07258.6685.3151.96
Hex5D1CED3D58071035534
Octal13534355751300740312564
Binary10111011110011101101111101101100001111000000111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,28,237); }

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

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

 a { background-color: rgb(93,28,237); }

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

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

 span { border-color: rgb(93,28,237); }

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