#7335AC

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

Shades of Royal Purple #7335AC

Tints of Royal Purple #7335AC

Color information

#7335AC (or 0x7335AC) is unknown color: approx Royal Purple. HEX triplet: 73, 35 and AC. RGB value is (115,53,172). Sum of RGB (Red+Green+Blue) = 115+53+172=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #7335AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7335AC is #8CCA53. Grayscale: #545454. Windows color (decimal): -9226836 or 11285875. OLE color: 11285875.

HSL color Cylindrical-coordinate representation of color #7335AC: hue angle of 271.26º 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 #7335AC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11553172-
CMYK0.330.6900.33
HSL271.26º52.89%44.12%-
HSV(B)271.26º69.19%67.45%-
XYZ15.799.1739.97-
YUV85.1177.04149.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=33.82%
G=15.59%
B=50.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115531720.330.6900.33271.2652.8944.12
Hex7335AC214502110f352c
Octal16365254411050414176554
Binary11100111101011010110010000110001010100001100001111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7335AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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