#7035A4

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

Shades of Royal Purple #7035A4

Tints of Royal Purple #7035A4

Color information

#7035A4 (or 0x7035A4) is unknown color: approx Royal Purple. HEX triplet: 70, 35 and A4. RGB value is (112,53,164). Sum of RGB (Red+Green+Blue) = 112+53+164=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #7035A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7035A4 is #8FCA5B. Grayscale: #525252. Windows color (decimal): -9423452 or 10761584. OLE color: 10761584.

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

Color convert

RGB11253164-
CMYK0.320.6800.36
HSL271.89º51.15%42.55%-
HSV(B)271.89º67.68%64.31%-
XYZ14.668.6736.02-
YUV83.29173.55148.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=34.04%
G=16.11%
B=49.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112531640.320.6800.36271.8951.1542.55
Hex7035A42044024110332b
Octal16065244401040444206353
Binary11100001101011010010010000010001000100100100010000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7035A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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