#603AAD

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

Shades of Royal Purple #603AAD

Tints of Royal Purple #603AAD

Color information

#603AAD (or 0x603AAD) is unknown color: approx Royal Purple. HEX triplet: 60, 3A and AD. RGB value is (96,58,173). Sum of RGB (Red+Green+Blue) = 96+58+173=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #603AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AAD is #9FC552. Grayscale: #525252. Windows color (decimal): -10470739 or 11352672. OLE color: 11352672.

HSL color Cylindrical-coordinate representation of color #603AAD: hue angle of 259.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603AAD is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9658173-
CMYK0.450.6600.32
HSL259.83º49.78%45.29%-
HSV(B)259.83º66.47%67.84%-
XYZ13.888.5340.45-
YUV82.47179.09137.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=29.36%
G=17.74%
B=52.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96581730.450.6600.32259.8349.7845.29
Hex603AAD2D42020104322d
Octal14072255551020404046255
Binary11000001110101010110110110110000100100000100000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,58,173); }

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

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

 a { background-color: rgb(96,58,173); }

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

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

 span { border-color: rgb(96,58,173); }

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