#603DAD

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

Shades of Royal Purple #603DAD

Tints of Royal Purple #603DAD

Color information

#603DAD (or 0x603DAD) is unknown color: approx Royal Purple. HEX triplet: 60, 3D and AD. RGB value is (96,61,173). Sum of RGB (Red+Green+Blue) = 96+61+173=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #603DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DAD is #9FC252. Grayscale: #535353. Windows color (decimal): -10469971 or 11353440. OLE color: 11353440.

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

Color convert

RGB9661173-
CMYK0.450.6500.32
HSL258.75º47.86%45.88%-
HSV(B)258.75º64.74%67.84%-
XYZ14.048.8440.5-
YUV84.23178.1136.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=29.09%
G=18.48%
B=52.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96611730.450.6500.32258.7547.8645.88
Hex603DAD2D41020103302e
Octal14075255551010404036056
Binary11000001111011010110110110110000010100000100000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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