#5F39AD

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

Shades of Royal Purple #5F39AD

Tints of Royal Purple #5F39AD

Color information

#5F39AD (or 0x5F39AD) is unknown color: approx Royal Purple. HEX triplet: 5F, 39 and AD. RGB value is (95,57,173). Sum of RGB (Red+Green+Blue) = 95+57+173=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F39AD is #A0C652. Grayscale: #515151. Windows color (decimal): -10536531 or 11352415. OLE color: 11352415.

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

Color convert

RGB9557173-
CMYK0.450.6700.32
HSL259.66º50.43%45.1%-
HSV(B)259.66º67.05%67.84%-
XYZ13.738.3840.43-
YUV81.59179.59137.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=29.23%
G=17.54%
B=53.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95571730.450.6700.32259.6650.4345.1
Hex5F39AD2D43020104322d
Octal13771255551030404046255
Binary10111111110011010110110110110000110100000100000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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