#7335AB

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

Shades of Royal Purple #7335AB

Tints of Royal Purple #7335AB

Color information

#7335AB (or 0x7335AB) is unknown color: approx Royal Purple. HEX triplet: 73, 35 and AB. RGB value is (115,53,171). Sum of RGB (Red+Green+Blue) = 115+53+171=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #7335AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7335AB is #8CCA54. Grayscale: #545454. Windows color (decimal): -9226837 or 11220339. OLE color: 11220339.

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

Color convert

RGB11553171-
CMYK0.330.6900.33
HSL271.53º52.68%43.92%-
HSV(B)271.53º69.01%67.06%-
XYZ15.699.1339.46-
YUV84.99176.54149.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=33.92%
G=15.63%
B=50.44%

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
Decimal115531710.330.6900.33271.5352.6843.92
Hex7335AB2145021110352c
Octal16365253411050414206554
Binary11100111101011010101110000110001010100001100010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7335AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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