#7835A0

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

Shades of Royal Purple #7835A0

Tints of Royal Purple #7835A0

Color information

#7835A0 (or 0x7835A0) is unknown color: approx Royal Purple. HEX triplet: 78, 35 and A0. RGB value is (120,53,160). Sum of RGB (Red+Green+Blue) = 120+53+160=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #7835A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7835A0 is #87CA5F. Grayscale: #545454. Windows color (decimal): -8899168 or 10499448. OLE color: 10499448.

HSL color Cylindrical-coordinate representation of color #7835A0: hue angle of 277.57º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7835A0 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12053160-
CMYK0.250.6700.37
HSL277.57º50.23%41.76%-
HSV(B)277.57º66.87%62.75%-
XYZ15.369.0834.2-
YUV85.23170.2152.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 160 (62.89% from 255) = 48.05%
R=36.04%
G=15.92%
B=48.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120531600.250.6700.37277.5750.2341.76
Hex7835A01943025116322a
Octal17065240311030454266252
Binary1111000110101101000001100110000110100101100010110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7835A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7835A0; }

 p { color: rgb(120,53,160); }

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

<style>
 a { background-color: #7835A0; }

 a { background-color: rgb(120,53,160); }

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

<style>
 span { border-color: #7835A0; }

 span { border-color: rgb(120,53,160); }

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