#60309e

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

Shades of Royal Purple #60309E

Tints of Royal Purple #60309E

Color information

#60309E (or 0x60309E) is unknown color: approx Royal Purple. HEX triplet: 60, 30 and 9E. RGB value is (96,48,158). Sum of RGB (Red+Green+Blue) = 96+48+158=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #60309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60309E is #9FCF61. Grayscale: #4A4A4A. Windows color (decimal): -10473314 or 10367072. OLE color: 10367072.

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

Color convert

RGB9648158-
CMYK0.390.7000.38
HSL266.18º53.4%40.39%-
HSV(B)266.18º69.62%61.96%-
XYZ12.057.0733.08-
YUV74.89174.9143.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=31.79%
G=15.89%
B=52.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96481580.390.7000.38266.1853.440.39
Hex60309E274602610a3528
Octal14060236471060464126550
Binary11000001100001001111010011110001100100110100001010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60309e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60309e; }

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

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

<style>
 a { background-color: #60309e; }

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

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

<style>
 span { border-color: #60309e; }

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

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