#6020A3

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

Shades of Royal Purple #6020A3

Tints of Royal Purple #6020A3

Color information

#6020A3 (or 0x6020A3) is unknown color: approx Royal Purple. HEX triplet: 60, 20 and A3. RGB value is (96,32,163). Sum of RGB (Red+Green+Blue) = 96+32+163=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #6020A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6020A3 is #9FDF5C. Grayscale: #414141. Windows color (decimal): -10477405 or 10690656. OLE color: 10690656.

HSL color Cylindrical-coordinate representation of color #6020A3: hue angle of 269.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6020A3 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9632163-
CMYK0.410.8000.36
HSL269.31º67.18%38.24%-
HSV(B)269.31º80.37%63.92%-
XYZ11.956.1635.21-
YUV66.07182.7149.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 32 (12.89% from 255) = 11.00%
BLUE value IS 163 (64.06% from 255) = 56.01%
R=32.99%
G=11.00%
B=56.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96321630.410.8000.36269.3167.1838.24
Hex6020A3295002410d4326
Octal140402435112004441510346
Binary110000010000010100011101001101000001001001000011011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6020A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6020A3; }

 p { color: rgb(96,32,163); }

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

<style>
 a { background-color: #6020A3; }

 a { background-color: rgb(96,32,163); }

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

<style>
 span { border-color: #6020A3; }

 span { border-color: rgb(96,32,163); }

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