#6037a9

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

Shades of Royal Purple #6037A9

Tints of Royal Purple #6037A9

Color information

#6037A9 (or 0x6037A9) is unknown color: approx Royal Purple. HEX triplet: 60, 37 and A9. RGB value is (96,55,169). Sum of RGB (Red+Green+Blue) = 96+55+169=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #6037A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6037A9 is #9FC856. Grayscale: #4F4F4F. Windows color (decimal): -10471511 or 11089760. OLE color: 11089760.

HSL color Cylindrical-coordinate representation of color #6037A9: hue angle of 261.58º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6037A9 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9655169-
CMYK0.430.6700.34
HSL261.58º50.89%43.92%-
HSV(B)261.58º67.46%66.27%-
XYZ13.358.0838.39-
YUV80.26178.08139.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 169 (66.41% from 255) = 52.81%
R=30%
G=17.19%
B=52.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal96551690.430.6700.34261.5850.8943.92
Hex6037A92B43022106332c
Octal14067251531030424066354
Binary11000001101111010100110101110000110100010100000110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6037a9; }

 p { color: rgb(96,55,169); }

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

<style>
 a { background-color: #6037a9; }

 a { background-color: rgb(96,55,169); }

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

<style>
 span { border-color: #6037a9; }

 span { border-color: rgb(96,55,169); }

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