#603AAE

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

Shades of Royal Purple #603AAE

Tints of Royal Purple #603AAE

Color information

#603AAE (or 0x603AAE) is unknown color: approx Royal Purple. HEX triplet: 60, 3A and AE. RGB value is (96,58,174). Sum of RGB (Red+Green+Blue) = 96+58+174=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #603AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AAE is #9FC551. Grayscale: #525252. Windows color (decimal): -10470738 or 11418208. OLE color: 11418208.

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

Color convert

RGB9658174-
CMYK0.450.6700.32
HSL259.66º50%45.49%-
HSV(B)259.66º66.67%68.24%-
XYZ13.988.5740.96-
YUV82.59179.59137.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=29.27%
G=17.68%
B=53.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96581740.450.6700.32259.665045.49
Hex603AAE2D43020104322d
Octal14072256551030404046255
Binary11000001110101010111010110110000110100000100000100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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