#603BA3

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

Shades of Royal Purple #603BA3

Tints of Royal Purple #603BA3

Color information

#603BA3 (or 0x603BA3) is unknown color: approx Royal Purple. HEX triplet: 60, 3B and A3. RGB value is (96,59,163). Sum of RGB (Red+Green+Blue) = 96+59+163=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #603BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BA3 is #9FC45C. Grayscale: #515151. Windows color (decimal): -10470493 or 10697568. OLE color: 10697568.

HSL color Cylindrical-coordinate representation of color #603BA3: hue angle of 261.35º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603BA3 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9659163-
CMYK0.410.6400.36
HSL261.35º46.85%43.53%-
HSV(B)261.35º63.8%63.92%-
XYZ138.2635.56-
YUV81.92173.76138.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 163 (64.06% from 255) = 51.26%
R=30.19%
G=18.55%
B=51.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96591630.410.6400.36261.3546.8543.53
Hex603BA329400241052f2c
Octal14073243511000444055754
Binary11000001110111010001110100110000000100100100000101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,59,163); }

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

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

 a { background-color: rgb(96,59,163); }

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

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

 span { border-color: rgb(96,59,163); }

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