#603BAA

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

Shades of Royal Purple #603BAA

Tints of Royal Purple #603BAA

Color information

#603BAA (or 0x603BAA) is unknown color: approx Royal Purple. HEX triplet: 60, 3B and AA. RGB value is (96,59,170). Sum of RGB (Red+Green+Blue) = 96+59+170=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #603BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BAA is #9FC455. Grayscale: #525252. Windows color (decimal): -10470486 or 11156320. OLE color: 11156320.

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

Color convert

RGB9659170-
CMYK0.440.6500.33
HSL260º48.47%44.9%-
HSV(B)260º65.29%66.67%-
XYZ13.648.5238.96-
YUV82.72177.26137.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=29.54%
G=18.15%
B=52.31%

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
Decimal96591700.440.6500.3326048.4744.9
Hex603BAA2C41021104302d
Octal14073252541010414046055
Binary11000001110111010101010110010000010100001100000100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,59,170); }

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

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

 a { background-color: rgb(96,59,170); }

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

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

 span { border-color: rgb(96,59,170); }

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