#5F41AD

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

Shades of Royal Purple #5F41AD

Tints of Royal Purple #5F41AD

Color information

#5F41AD (or 0x5F41AD) is unknown color: approx Royal Purple. HEX triplet: 5F, 41 and AD. RGB value is (95,65,173). Sum of RGB (Red+Green+Blue) = 95+65+173=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F41AD is #A0BE52. Grayscale: #555555. Windows color (decimal): -10534483 or 11354463. OLE color: 11354463.

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

Color convert

RGB9565173-
CMYK0.450.6200.32
HSL256.67º45.38%46.67%-
HSV(B)256.67º62.43%67.84%-
XYZ14.159.2340.57-
YUV86.28176.94134.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=28.53%
G=19.52%
B=51.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95651730.450.6200.32256.6745.3846.67
Hex5F41AD2D3E0201012d2f
Octal13710125555760404015557
Binary10111111000001101011011011011111100100000100000001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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