#5F3DAD

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

Shades of Royal Purple #5F3DAD

Tints of Royal Purple #5F3DAD

Color information

#5F3DAD (or 0x5F3DAD) is unknown color: approx Royal Purple. HEX triplet: 5F, 3D and AD. RGB value is (95,61,173). Sum of RGB (Red+Green+Blue) = 95+61+173=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3DAD is #A0C252. Grayscale: #535353. Windows color (decimal): -10535507 or 11353439. OLE color: 11353439.

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

Color convert

RGB9561173-
CMYK0.450.6500.32
HSL258.21º47.86%45.88%-
HSV(B)258.21º64.74%67.84%-
XYZ13.938.7940.5-
YUV83.93178.26135.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=28.88%
G=18.54%
B=52.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95611730.450.6500.32258.2147.8645.88
Hex5F3DAD2D41020102302e
Octal13775255551010404026056
Binary10111111111011010110110110110000010100000100000010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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