#7027A4

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

Shades of Royal Purple #7027A4

Tints of Royal Purple #7027A4

Color information

#7027A4 (or 0x7027A4) is unknown color: approx Royal Purple. HEX triplet: 70, 27 and A4. RGB value is (112,39,164). Sum of RGB (Red+Green+Blue) = 112+39+164=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #7027A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7027A4 is #8FD85B. Grayscale: #4A4A4A. Windows color (decimal): -9427036 or 10758000. OLE color: 10758000.

HSL color Cylindrical-coordinate representation of color #7027A4: hue angle of 275.04º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7027A4 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11239164-
CMYK0.320.7600.36
HSL275.04º61.58%39.8%-
HSV(B)275.04º76.22%64.31%-
XYZ14.117.5835.84-
YUV75.08178.18154.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=35.56%
G=12.38%
B=52.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112391640.320.7600.36275.0461.5839.8
Hex7027A4204C0241133e28
Octal16047244401140444237650
Binary11100001001111010010010000010011000100100100010011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7027A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7027A4; }

 p { color: rgb(112,39,164); }

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

<style>
 a { background-color: #7027A4; }

 a { background-color: rgb(112,39,164); }

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

<style>
 span { border-color: #7027A4; }

 span { border-color: rgb(112,39,164); }

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