#5f36ab

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

Shades of Royal Purple #5F36AB

Tints of Royal Purple #5F36AB

Color information

#5F36AB (or 0x5F36AB) is unknown color: approx Royal Purple. HEX triplet: 5F, 36 and AB. RGB value is (95,54,171). Sum of RGB (Red+Green+Blue) = 95+54+171=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F36AB is #A0C954. Grayscale: #4F4F4F. Windows color (decimal): -10537301 or 11220575. OLE color: 11220575.

HSL color Cylindrical-coordinate representation of color #5F36AB: hue angle of 261.03º 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 #5F36AB is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9554171-
CMYK0.440.6800.33
HSL261.03º52%44.12%-
HSV(B)261.03º68.42%67.06%-
XYZ13.398.0139.37-
YUV79.6179.58138.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=29.69%
G=16.88%
B=53.44%

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
Decimal95541710.440.6800.33261.035244.12
Hex5F36AB2C44021105342c
Octal13766253541040414056454
Binary10111111101101010101110110010001000100001100000101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f36ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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