#7035AC

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

Shades of Royal Purple #7035AC

Tints of Royal Purple #7035AC

Color information

#7035AC (or 0x7035AC) is unknown color: approx Royal Purple. HEX triplet: 70, 35 and AC. RGB value is (112,53,172). Sum of RGB (Red+Green+Blue) = 112+53+172=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #7035AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7035AC is #8FCA53. Grayscale: #535353. Windows color (decimal): -9423444 or 11285872. OLE color: 11285872.

HSL color Cylindrical-coordinate representation of color #7035AC: hue angle of 269.75º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7035AC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11253172-
CMYK0.350.6900.33
HSL269.75º52.89%44.12%-
HSV(B)269.75º69.19%67.45%-
XYZ15.48.9739.95-
YUV84.21177.55147.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=33.23%
G=15.73%
B=51.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112531720.350.6900.33269.7552.8944.12
Hex7035AC234502110e352c
Octal16065254431050414166554
Binary11100001101011010110010001110001010100001100001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7035AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7035AC; }

 p { color: rgb(112,53,172); }

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

<style>
 a { background-color: #7035AC; }

 a { background-color: rgb(112,53,172); }

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

<style>
 span { border-color: #7035AC; }

 span { border-color: rgb(112,53,172); }

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