#5B13DE

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

Shades of Han Purple #5B13DE

Tints of Han Purple #5B13DE

Color information

#5B13DE (or 0x5B13DE) is unknown color: approx Han Purple. HEX triplet: 5B, 13 and DE. RGB value is (91,19,222). Sum of RGB (Red+Green+Blue) = 91+19+222=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B13DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B13DE is #A4EC21. Grayscale: #3E3E3E. Windows color (decimal): -10808354 or 14553947. OLE color: 14553947.

HSL color Cylindrical-coordinate representation of color #5B13DE: hue angle of 261.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B13DE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9119222-
CMYK0.590.9100.13
HSL261.28º84.23%47.25%-
HSV(B)261.28º91.44%87.06%-
XYZ17.737.9669.71-
YUV63.67217.35147.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.41%
GREEN value IS 19 (7.81% from 255) = 5.72%
BLUE value IS 222 (87.11% from 255) = 66.87%
R=27.41%
G=5.72%
B=66.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91192220.590.9100.13261.2884.2347.25
Hex5B13DE3B5B0D105542f
Octal133233367313301540512457
Binary101101110011110111101110111011011011011000001011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B13DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,19,222); }

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

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

 a { background-color: rgb(91,19,222); }

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

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

 span { border-color: rgb(91,19,222); }

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