#60319E

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

Shades of Royal Purple #60319E

Tints of Royal Purple #60319E

Color information

#60319E (or 0x60319E) is unknown color: approx Royal Purple. HEX triplet: 60, 31 and 9E. RGB value is (96,49,158). Sum of RGB (Red+Green+Blue) = 96+49+158=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #60319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60319E is #9FCE61. Grayscale: #4B4B4B. Windows color (decimal): -10473058 or 10367328. OLE color: 10367328.

HSL color Cylindrical-coordinate representation of color #60319E: hue angle of 265.87º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60319E is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9649158-
CMYK0.390.6900.38
HSL265.87º52.66%40.59%-
HSV(B)265.87º68.99%61.96%-
XYZ12.097.1533.09-
YUV75.48174.57142.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=31.68%
G=16.17%
B=52.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96491580.390.6900.38265.8752.6640.59
Hex60319E274502610a3529
Octal14061236471050464126551
Binary11000001100011001111010011110001010100110100001010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60319E; }

 p { color: rgb(96,49,158); }

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

<style>
 a { background-color: #60319E; }

 a { background-color: rgb(96,49,158); }

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

<style>
 span { border-color: #60319E; }

 span { border-color: rgb(96,49,158); }

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