#7935AD

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

Shades of Royal Purple #7935AD

Tints of Royal Purple #7935AD

Color information

#7935AD (or 0x7935AD) is unknown color: approx Royal Purple. HEX triplet: 79, 35 and AD. RGB value is (121,53,173). Sum of RGB (Red+Green+Blue) = 121+53+173=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #7935AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7935AD is #86CA52. Grayscale: #565656. Windows color (decimal): -8833619 or 11351417. OLE color: 11351417.

HSL color Cylindrical-coordinate representation of color #7935AD: hue angle of 274º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7935AD is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12153173-
CMYK0.300.6900.32
HSL274º53.1%44.31%-
HSV(B)274º69.36%67.84%-
XYZ16.79.6340.51-
YUV87.01176.53152.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=34.87%
G=15.27%
B=49.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121531730.300.6900.3227453.144.31
Hex7935AD1E45020112352c
Octal17165255361050404226554
Binary1111001110101101011011111010001010100000100010010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7935AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7935AD; }

 p { color: rgb(121,53,173); }

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

<style>
 a { background-color: #7935AD; }

 a { background-color: rgb(121,53,173); }

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

<style>
 span { border-color: #7935AD; }

 span { border-color: rgb(121,53,173); }

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