#7031A6

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

Shades of Royal Purple #7031A6

Tints of Royal Purple #7031A6

Color information

#7031A6 (or 0x7031A6) is unknown color: approx Royal Purple. HEX triplet: 70, 31 and A6. RGB value is (112,49,166). Sum of RGB (Red+Green+Blue) = 112+49+166=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #7031A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7031A6 is #8FCE59. Grayscale: #505050. Windows color (decimal): -9424474 or 10891632. OLE color: 10891632.

HSL color Cylindrical-coordinate representation of color #7031A6: hue angle of 272.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7031A6 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11249166-
CMYK0.330.7000.35
HSL272.31º54.42%42.16%-
HSV(B)272.31º70.48%65.1%-
XYZ14.668.3936.92-
YUV81.18175.87149.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 166 (65.23% from 255) = 50.76%
R=34.25%
G=14.98%
B=50.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112491660.330.7000.35272.3154.4242.16
Hex7031A62146023110362a
Octal16061246411060434206652
Binary11100001100011010011010000110001100100011100010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7031A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7031A6; }

 p { color: rgb(112,49,166); }

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

<style>
 a { background-color: #7031A6; }

 a { background-color: rgb(112,49,166); }

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

<style>
 span { border-color: #7031A6; }

 span { border-color: rgb(112,49,166); }

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