#5D0CF0

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

Shades of Han Purple #5D0CF0

Tints of Han Purple #5D0CF0

Color information

#5D0CF0 (or 0x5D0CF0) is unknown color: approx Han Purple. HEX triplet: 5D, 0C and F0. RGB value is (93,12,240). Sum of RGB (Red+Green+Blue) = 93+12+240=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 240 (94.14% from 255 or 69.57% from 345); Max value from RGB is 240 - color contains mainly: blue. Hex color #5D0CF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0CF0 is #A2F30F. Grayscale: #3D3D3D. Windows color (decimal): -10679056 or 15731805. OLE color: 15731805.

HSL color Cylindrical-coordinate representation of color #5D0CF0: hue angle of 261.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0CF0 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9312240-
CMYK0.610.9500.06
HSL261.32º90.48%49.41%-
HSV(B)261.32º95%94.12%-
XYZ20.378.8883.08-
YUV62.21228.34149.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 12 (5.08% from 255) = 3.48%
BLUE value IS 240 (94.14% from 255) = 69.57%
R=26.96%
G=3.48%
B=69.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal93122400.610.9500.06261.3290.4849.41
Hex5DCF03D5F061055a31
Octal13514360751370640513261
Binary1011101110011110000111101101111101101000001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,12,240); }

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

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

 a { background-color: rgb(93,12,240); }

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

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

 span { border-color: rgb(93,12,240); }

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