#5B1CE4

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

Shades of Han Purple #5B1CE4

Tints of Han Purple #5B1CE4

Color information

#5B1CE4 (or 0x5B1CE4) is unknown color: approx Han Purple. HEX triplet: 5B, 1C and E4. RGB value is (91,28,228). Sum of RGB (Red+Green+Blue) = 91+28+228=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 228 (89.45% from 255 or 65.71% from 347); Max value from RGB is 228 - color contains mainly: blue. Hex color #5B1CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1CE4 is #A4E31B. Grayscale: #444444. Windows color (decimal): -10806044 or 14949467. OLE color: 14949467.

HSL color Cylindrical-coordinate representation of color #5B1CE4: hue angle of 258.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1CE4 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9128228-
CMYK0.600.8800.11
HSL258.9º78.74%50.2%-
HSV(B)258.9º87.72%89.41%-
XYZ18.738.6674.08-
YUV69.64217.37143.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 228 (89.45% from 255) = 65.71%
R=26.22%
G=8.07%
B=65.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91282280.600.8800.11258.978.7450.2
Hex5B1CE43C580B1034f32
Octal133343447413001340311762
Binary101101111100111001001111001011000010111000000111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,28,228); }

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

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

 a { background-color: rgb(91,28,228); }

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

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

 span { border-color: rgb(91,28,228); }

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