#5F35AD

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

Shades of Royal Purple #5F35AD

Tints of Royal Purple #5F35AD

Color information

#5F35AD (or 0x5F35AD) is unknown color: approx Royal Purple. HEX triplet: 5F, 35 and AD. RGB value is (95,53,173). Sum of RGB (Red+Green+Blue) = 95+53+173=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F35AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F35AD is #A0CA52. Grayscale: #4E4E4E. Windows color (decimal): -10537555 or 11351391. OLE color: 11351391.

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

Color convert

RGB9553173-
CMYK0.450.6900.32
HSL261º53.1%44.31%-
HSV(B)261º69.36%67.84%-
XYZ13.54840.37-
YUV79.24180.91139.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=29.60%
G=16.51%
B=53.89%

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
Decimal95531730.450.6900.3226153.144.31
Hex5F35AD2D45020105352c
Octal13765255551050404056554
Binary10111111101011010110110110110001010100000100000101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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