#5F41AF

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

Shades of Royal Purple #5F41AF

Tints of Royal Purple #5F41AF

Color information

#5F41AF (or 0x5F41AF) is unknown color: approx Royal Purple. HEX triplet: 5F, 41 and AF. RGB value is (95,65,175). Sum of RGB (Red+Green+Blue) = 95+65+175=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F41AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F41AF is #A0BE50. Grayscale: #565656. Windows color (decimal): -10534481 or 11485535. OLE color: 11485535.

HSL color Cylindrical-coordinate representation of color #5F41AF: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F41AF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9565175-
CMYK0.460.6300.31
HSL256.36º45.83%47.06%-
HSV(B)256.36º62.86%68.63%-
XYZ14.359.3141.6-
YUV86.51177.94134.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=28.36%
G=19.40%
B=52.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95651750.460.6300.31256.3645.8347.06
Hex5F41AF2E3F01F1002e2f
Octal13710125756770374005657
Binary1011111100000110101111101110111111011111100000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F41AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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