#7036AA

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

Shades of Royal Purple #7036AA

Tints of Royal Purple #7036AA

Color information

#7036AA (or 0x7036AA) is unknown color: approx Royal Purple. HEX triplet: 70, 36 and AA. RGB value is (112,54,170). Sum of RGB (Red+Green+Blue) = 112+54+170=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #7036AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7036AA is #8FC955. Grayscale: #545454. Windows color (decimal): -9423190 or 11155056. OLE color: 11155056.

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

Color convert

RGB11254170-
CMYK0.340.6800.33
HSL270º51.79%43.92%-
HSV(B)270º68.24%66.67%-
XYZ15.268.9938.96-
YUV84.57176.22147.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=33.33%
G=16.07%
B=50.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112541700.340.6800.3327051.7943.92
Hex7036AA224402110e342c
Octal16066252421040414166454
Binary11100001101101010101010001010001000100001100001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7036AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,54,170); }

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

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

 a { background-color: rgb(112,54,170); }

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

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

 span { border-color: rgb(112,54,170); }

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