#5F36AD

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

Shades of Royal Purple #5F36AD

Tints of Royal Purple #5F36AD

Color information

#5F36AD (or 0x5F36AD) is unknown color: approx Royal Purple. HEX triplet: 5F, 36 and AD. RGB value is (95,54,173). Sum of RGB (Red+Green+Blue) = 95+54+173=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F36AD is #A0C952. Grayscale: #4F4F4F. Windows color (decimal): -10537299 or 11351647. OLE color: 11351647.

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

Color convert

RGB9554173-
CMYK0.450.6900.32
HSL260.67º52.42%44.51%-
HSV(B)260.67º68.79%67.84%-
XYZ13.588.0940.38-
YUV79.82180.58138.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=29.50%
G=16.77%
B=53.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95541730.450.6900.32260.6752.4244.51
Hex5F36AD2D45020105342d
Octal13766255551050404056455
Binary10111111101101010110110110110001010100000100000101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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