#5C33A3

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

Shades of Royal Purple #5C33A3

Tints of Royal Purple #5C33A3

Color information

#5C33A3 (or 0x5C33A3) is unknown color: approx Royal Purple. HEX triplet: 5C, 33 and A3. RGB value is (92,51,163). Sum of RGB (Red+Green+Blue) = 92+51+163=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #5C33A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C33A3 is #A3CC5C. Grayscale: #4B4B4B. Windows color (decimal): -10734685 or 10695516. OLE color: 10695516.

HSL color Cylindrical-coordinate representation of color #5C33A3: hue angle of 261.96º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C33A3 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9251163-
CMYK0.440.6900.36
HSL261.96º52.34%41.96%-
HSV(B)261.96º68.71%63.92%-
XYZ12.217.2935.41-
YUV76.03177.08139.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.07%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 163 (64.06% from 255) = 53.27%
R=30.07%
G=16.67%
B=53.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92511630.440.6900.36261.9652.3441.96
Hex5C33A32C45024106342a
Octal13463243541050444066452
Binary10111001100111010001110110010001010100100100000110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C33A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,51,163); }

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

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

 a { background-color: rgb(92,51,163); }

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

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

 span { border-color: rgb(92,51,163); }

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