#603DAC

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

Shades of Royal Purple #603DAC

Tints of Royal Purple #603DAC

Color information

#603DAC (or 0x603DAC) is unknown color: approx Royal Purple. HEX triplet: 60, 3D and AC. RGB value is (96,61,172). Sum of RGB (Red+Green+Blue) = 96+61+172=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #603DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DAC is #9FC253. Grayscale: #535353. Windows color (decimal): -10469972 or 11287904. OLE color: 11287904.

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

Color convert

RGB9661172-
CMYK0.440.6500.33
HSL258.92º47.64%45.69%-
HSV(B)258.92º64.53%67.45%-
XYZ13.948.839.99-
YUV84.12177.6136.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=29.18%
G=18.54%
B=52.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96611720.440.6500.33258.9247.6445.69
Hex603DAC2C41021103302e
Octal14075254541010414036056
Binary11000001111011010110010110010000010100001100000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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