#5B33FA

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

Shades of Han Purple #5B33FA

Tints of Han Purple #5B33FA

Color information

#5B33FA (or 0x5B33FA) is unknown color: approx Han Purple. HEX triplet: 5B, 33 and FA. RGB value is (91,51,250). Sum of RGB (Red+Green+Blue) = 91+51+250=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B33FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B33FA is #A4CC05. Grayscale: #545454. Windows color (decimal): -10800134 or 16397147. OLE color: 16397147.

HSL color Cylindrical-coordinate representation of color #5B33FA: hue angle of 252.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B33FA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9151250-
CMYK0.640.8000.02
HSL252.06º95.22%59.02%-
HSV(B)252.06º79.6%98.04%-
XYZ22.7511.4991.46-
YUV85.65220.75131.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.21%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 250 (98.05% from 255) = 63.78%
R=23.21%
G=13.01%
B=63.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal91512500.640.8000.02252.0695.2259.02
Hex5B33FA405002fc5f3b
Octal133633721001200237413773
Binary10110111100111111101010000001010000010111111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,51,250); }

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

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

 a { background-color: rgb(91,51,250); }

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

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

 span { border-color: rgb(91,51,250); }

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