#6039AE

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

Shades of Royal Purple #6039AE

Tints of Royal Purple #6039AE

Color information

#6039AE (or 0x6039AE) is unknown color: approx Royal Purple. HEX triplet: 60, 39 and AE. RGB value is (96,57,174). Sum of RGB (Red+Green+Blue) = 96+57+174=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #6039AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6039AE is #9FC651. Grayscale: #515151. Windows color (decimal): -10470994 or 11417952. OLE color: 11417952.

HSL color Cylindrical-coordinate representation of color #6039AE: hue angle of 260º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6039AE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9657174-
CMYK0.450.6700.32
HSL260º50.65%45.29%-
HSV(B)260º67.24%68.24%-
XYZ13.938.4740.95-
YUV82179.92137.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=29.36%
G=17.43%
B=53.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96571740.450.6700.3226050.6545.29
Hex6039AE2D43020104332d
Octal14071256551030404046355
Binary11000001110011010111010110110000110100000100000100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6039AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6039AE; }

 p { color: rgb(96,57,174); }

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

<style>
 a { background-color: #6039AE; }

 a { background-color: rgb(96,57,174); }

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

<style>
 span { border-color: #6039AE; }

 span { border-color: rgb(96,57,174); }

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