#603cac

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

Shades of Royal Purple #603CAC

Tints of Royal Purple #603CAC

Color information

#603CAC (or 0x603CAC) is unknown color: approx Royal Purple. HEX triplet: 60, 3C and AC. RGB value is (96,60,172). Sum of RGB (Red+Green+Blue) = 96+60+172=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #603CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CAC is #9FC353. Grayscale: #535353. Windows color (decimal): -10470228 or 11287648. OLE color: 11287648.

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

Color convert

RGB9660172-
CMYK0.440.6500.33
HSL259.29º48.28%45.49%-
HSV(B)259.29º65.12%67.45%-
XYZ13.898.739.98-
YUV83.53177.93136.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 172 (67.58% from 255) = 52.44%
R=29.27%
G=18.29%
B=52.44%

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
Decimal96601720.440.6500.33259.2948.2845.49
Hex603CAC2C41021103302d
Octal14074254541010414036055
Binary11000001111001010110010110010000010100001100000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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