#5C0BE3

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

Shades of Han Purple #5C0BE3

Tints of Han Purple #5C0BE3

Color information

#5C0BE3 (or 0x5C0BE3) is unknown color: approx Han Purple. HEX triplet: 5C, 0B and E3. RGB value is (92,11,227). Sum of RGB (Red+Green+Blue) = 92+11+227=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 227 (89.06% from 255 or 68.79% from 330); Max value from RGB is 227 - color contains mainly: blue. Hex color #5C0BE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BE3 is #A3F41C. Grayscale: #3B3B3B. Windows color (decimal): -10744861 or 14879580. OLE color: 14879580.

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

Color convert

RGB9211227-
CMYK0.590.9500.11
HSL262.5º90.76%46.67%-
HSV(B)262.5º95.15%89.02%-
XYZ18.48.0673.26-
YUV59.84222.34150.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.88%
GREEN value IS 11 (4.69% from 255) = 3.33%
BLUE value IS 227 (89.06% from 255) = 68.79%
R=27.88%
G=3.33%
B=68.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal92112270.590.9500.11262.590.7646.67
Hex5CBE33B5F0B1065b2f
Octal134133437313701340613357
Binary10111001011111000111110111011111010111000001101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,11,227); }

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

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

 a { background-color: rgb(92,11,227); }

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

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

 span { border-color: rgb(92,11,227); }

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