#603FA6

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

Shades of Royal Purple #603FA6

Tints of Royal Purple #603FA6

Color information

#603FA6 (or 0x603FA6) is unknown color: approx Royal Purple. HEX triplet: 60, 3F and A6. RGB value is (96,63,166). Sum of RGB (Red+Green+Blue) = 96+63+166=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #603FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FA6 is #9FC059. Grayscale: #545454. Windows color (decimal): -10469466 or 10895200. OLE color: 10895200.

HSL color Cylindrical-coordinate representation of color #603FA6: hue angle of 259.22º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603FA6 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9663166-
CMYK0.420.6200.35
HSL259.22º44.98%44.9%-
HSV(B)259.22º62.05%65.1%-
XYZ13.488.7937.06-
YUV84.61173.93136.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=29.54%
G=19.38%
B=51.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96631660.420.6200.35259.2244.9844.9
Hex603FA62A3E0231032d2d
Octal1407724652760434035555
Binary1100000111111101001101010101111100100011100000011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603FA6; }

 p { color: rgb(96,63,166); }

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

<style>
 a { background-color: #603FA6; }

 a { background-color: rgb(96,63,166); }

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

<style>
 span { border-color: #603FA6; }

 span { border-color: rgb(96,63,166); }

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