#5D33FD

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

Shades of Han Purple #5D33FD

Tints of Han Purple #5D33FD

Color information

#5D33FD (or 0x5D33FD) is unknown color: approx Han Purple. HEX triplet: 5D, 33 and FD. RGB value is (93,51,253). Sum of RGB (Red+Green+Blue) = 93+51+253=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D33FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D33FD is #A2CC02. Grayscale: #555555. Windows color (decimal): -10669059 or 16593757. OLE color: 16593757.

HSL color Cylindrical-coordinate representation of color #5D33FD: hue angle of 252.48º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D33FD is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9351253-
CMYK0.630.8000.01
HSL252.48º98.06%59.61%-
HSV(B)252.48º79.84%99.22%-
XYZ23.4311.7993.97-
YUV86.59221.91132.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 253 (99.22% from 255) = 63.73%
R=23.43%
G=12.85%
B=63.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal93512530.630.8000.01252.4898.0659.61
Hex5D33FD3F5001fc623c
Octal13563375771200137414274
Binary101110111001111111101111111101000001111111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D33FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,51,253); }

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

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

 a { background-color: rgb(93,51,253); }

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

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

 span { border-color: rgb(93,51,253); }

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