#5D2BF0

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

Shades of Han Purple #5D2BF0

Tints of Han Purple #5D2BF0

Color information

#5D2BF0 (or 0x5D2BF0) is unknown color: approx Han Purple. HEX triplet: 5D, 2B and F0. RGB value is (93,43,240). Sum of RGB (Red+Green+Blue) = 93+43+240=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #5D2BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2BF0 is #A2D40F. Grayscale: #4F4F4F. Windows color (decimal): -10671120 or 15739741. OLE color: 15739741.

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

Color convert

RGB9343240-
CMYK0.610.8200.06
HSL255.23º86.78%55.49%-
HSV(B)255.23º82.08%94.12%-
XYZ21.1110.3583.32-
YUV80.41218.06136.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.73%
GREEN value IS 43 (17.19% from 255) = 11.44%
BLUE value IS 240 (94.14% from 255) = 63.83%
R=24.73%
G=11.44%
B=63.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal93432400.610.8200.06255.2386.7855.49
Hex5D2BF03D5206ff5737
Octal13553360751220637712767
Binary10111011010111111000011110110100100110111111111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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