#5B2CFC

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

Shades of Han Purple #5B2CFC

Tints of Han Purple #5B2CFC

Color information

#5B2CFC (or 0x5B2CFC) is unknown color: approx Han Purple. HEX triplet: 5B, 2C and FC. RGB value is (91,44,252). Sum of RGB (Red+Green+Blue) = 91+44+252=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B2CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2CFC is #A4D303. Grayscale: #505050. Windows color (decimal): -10801924 or 16526427. OLE color: 16526427.

HSL color Cylindrical-coordinate representation of color #5B2CFC: hue angle of 253.56º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B2CFC is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9144252-
CMYK0.640.8300.01
HSL253.56º97.2%58.04%-
HSV(B)253.56º82.54%98.82%-
XYZ22.7911.0593.03-
YUV81.76224.07134.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.51%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 252 (98.83% from 255) = 65.12%
R=23.51%
G=11.37%
B=65.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91442520.640.8300.01253.5697.258.04
Hex5B2CFC405301fe613a
Octal133543741001230137614172
Binary1011011101100111111001000000101001101111111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,44,252); }

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

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

 a { background-color: rgb(91,44,252); }

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

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

 span { border-color: rgb(91,44,252); }

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