#6031AA

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

Shades of Royal Purple #6031AA

Tints of Royal Purple #6031AA

Color information

#6031AA (or 0x6031AA) is unknown color: approx Royal Purple. HEX triplet: 60, 31 and AA. RGB value is (96,49,170). Sum of RGB (Red+Green+Blue) = 96+49+170=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #6031AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6031AA is #9FCE55. Grayscale: #4C4C4C. Windows color (decimal): -10473046 or 11153760. OLE color: 11153760.

HSL color Cylindrical-coordinate representation of color #6031AA: hue angle of 263.31º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6031AA is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9649170-
CMYK0.440.7100.33
HSL263.31º55.25%42.94%-
HSV(B)263.31º71.18%66.67%-
XYZ13.187.5938.8-
YUV76.85180.57141.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=30.48%
G=15.56%
B=53.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96491700.440.7100.33263.3155.2542.94
Hex6031AA2C47021107372b
Octal14061252541070414076753
Binary11000001100011010101010110010001110100001100000111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6031AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6031AA; }

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

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

<style>
 a { background-color: #6031AA; }

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

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

<style>
 span { border-color: #6031AA; }

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

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