#603CAB

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

Shades of Royal Purple #603CAB

Tints of Royal Purple #603CAB

Color information

#603CAB (or 0x603CAB) is unknown color: approx Royal Purple. HEX triplet: 60, 3C and AB. RGB value is (96,60,171). Sum of RGB (Red+Green+Blue) = 96+60+171=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #603CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CAB is #9FC354. Grayscale: #535353. Windows color (decimal): -10470229 or 11222112. OLE color: 11222112.

HSL color Cylindrical-coordinate representation of color #603CAB: hue angle of 259.46º 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 #603CAB is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9660171-
CMYK0.440.6500.33
HSL259.46º48.05%45.29%-
HSV(B)259.46º64.91%67.06%-
XYZ13.798.6639.47-
YUV83.42177.43136.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=29.36%
G=18.35%
B=52.29%

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
Decimal96601710.440.6500.33259.4648.0545.29
Hex603CAB2C41021103302d
Octal14074253541010414036055
Binary11000001111001010101110110010000010100001100000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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