#5F36AA

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

Shades of Royal Purple #5F36AA

Tints of Royal Purple #5F36AA

Color information

#5F36AA (or 0x5F36AA) is unknown color: approx Royal Purple. HEX triplet: 5F, 36 and AA. RGB value is (95,54,170). Sum of RGB (Red+Green+Blue) = 95+54+170=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F36AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F36AA is #A0C955. Grayscale: #4F4F4F. Windows color (decimal): -10537302 or 11155039. OLE color: 11155039.

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

Color convert

RGB9554170-
CMYK0.440.6800.33
HSL261.21º51.79%43.92%-
HSV(B)261.21º68.24%66.67%-
XYZ13.297.9738.87-
YUV79.48179.08139.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=29.78%
G=16.93%
B=53.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95541700.440.6800.33261.2151.7943.92
Hex5F36AA2C44021105342c
Octal13766252541040414056454
Binary10111111101101010101010110010001000100001100000101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,54,170); }

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

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

 a { background-color: rgb(95,54,170); }

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

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

 span { border-color: rgb(95,54,170); }

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