#5C34AA

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

Shades of Royal Purple #5C34AA

Tints of Royal Purple #5C34AA

Color information

#5C34AA (or 0x5C34AA) is unknown color: approx Royal Purple. HEX triplet: 5C, 34 and AA. RGB value is (92,52,170). Sum of RGB (Red+Green+Blue) = 92+52+170=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C34AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C34AA is #A3CB55. Grayscale: #4C4C4C. Windows color (decimal): -10734422 or 11154524. OLE color: 11154524.

HSL color Cylindrical-coordinate representation of color #5C34AA: hue angle of 260.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C34AA is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9252170-
CMYK0.460.6900.33
HSL260.34º53.15%43.53%-
HSV(B)260.34º69.41%66.67%-
XYZ12.97.6338.82-
YUV77.41180.25138.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.30%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=29.30%
G=16.56%
B=54.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92521700.460.6900.33260.3453.1543.53
Hex5C34AA2E45021104352c
Octal13464252561050414046554
Binary10111001101001010101010111010001010100001100000100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,52,170); }

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

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

 a { background-color: rgb(92,52,170); }

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

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

 span { border-color: rgb(92,52,170); }

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