#5B16DA

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

Shades of Han Purple #5B16DA

Tints of Han Purple #5B16DA

Color information

#5B16DA (or 0x5B16DA) is unknown color: approx Han Purple. HEX triplet: 5B, 16 and DA. RGB value is (91,22,218). Sum of RGB (Red+Green+Blue) = 91+22+218=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B16DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B16DA is #A4E925. Grayscale: #404040. Windows color (decimal): -10807590 or 14292571. OLE color: 14292571.

HSL color Cylindrical-coordinate representation of color #5B16DA: hue angle of 261.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B16DA is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9122218-
CMYK0.580.9000.15
HSL261.12º81.67%47.06%-
HSV(B)261.12º89.91%85.49%-
XYZ17.267.8666.94-
YUV64.97214.36146.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 22 (8.98% from 255) = 6.65%
BLUE value IS 218 (85.55% from 255) = 65.86%
R=27.49%
G=6.65%
B=65.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91222180.580.9000.15261.1281.6747.06
Hex5B16DA3A5A0F105522f
Octal133263327213201740512257
Binary101101110110110110101110101011010011111000001011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B16DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,22,218); }

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

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

 a { background-color: rgb(91,22,218); }

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

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

 span { border-color: rgb(91,22,218); }

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