#603DAB

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

Shades of Royal Purple #603DAB

Tints of Royal Purple #603DAB

Color information

#603DAB (or 0x603DAB) is unknown color: approx Royal Purple. HEX triplet: 60, 3D and AB. RGB value is (96,61,171). Sum of RGB (Red+Green+Blue) = 96+61+171=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #603DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DAB is #9FC254. Grayscale: #535353. Windows color (decimal): -10469973 or 11222368. OLE color: 11222368.

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

Color convert

RGB9661171-
CMYK0.440.6400.33
HSL259.09º47.41%45.49%-
HSV(B)259.09º64.33%67.06%-
XYZ13.848.7639.49-
YUV84177.1136.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=29.27%
G=18.60%
B=52.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96611710.440.6400.33259.0947.4145.49
Hex603DAB2C400211032f2d
Octal14075253541000414035755
Binary11000001111011010101110110010000000100001100000011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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