#5F379D

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

Shades of Royal Purple #5F379D

Tints of Royal Purple #5F379D

Color information

#5F379D (or 0x5F379D) is unknown color: approx Royal Purple. HEX triplet: 5F, 37 and 9D. RGB value is (95,55,157). Sum of RGB (Red+Green+Blue) = 95+55+157=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F379D is #A0C862. Grayscale: #4E4E4E. Windows color (decimal): -10537059 or 10303327. OLE color: 10303327.

HSL color Cylindrical-coordinate representation of color #5F379D: hue angle of 263.53º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F379D is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9555157-
CMYK0.390.6500.38
HSL263.53º48.11%41.57%-
HSV(B)263.53º64.97%61.57%-
XYZ12.177.632.72-
YUV78.59172.25139.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=30.94%
G=17.92%
B=51.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95551570.390.6500.38263.5348.1141.57
Hex5F379D2741026108302a
Octal13767235471010464106052
Binary10111111101111001110110011110000010100110100001000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,55,157); }

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

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

 a { background-color: rgb(95,55,157); }

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

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

 span { border-color: rgb(95,55,157); }

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