#603FAD

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

Shades of Royal Purple #603FAD

Tints of Royal Purple #603FAD

Color information

#603FAD (or 0x603FAD) is unknown color: approx Royal Purple. HEX triplet: 60, 3F and AD. RGB value is (96,63,173). Sum of RGB (Red+Green+Blue) = 96+63+173=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #603FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAD is #9FC052. Grayscale: #555555. Windows color (decimal): -10469459 or 11353952. OLE color: 11353952.

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

Color convert

RGB9663173-
CMYK0.450.6400.32
HSL258º46.61%46.27%-
HSV(B)258º63.58%67.84%-
XYZ14.149.0640.54-
YUV85.41177.43135.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=28.92%
G=18.98%
B=52.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96631730.450.6400.3225846.6146.27
Hex603FAD2D400201022f2e
Octal14077255551000404025756
Binary11000001111111010110110110110000000100000100000010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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