#7835AC

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

Shades of Royal Purple #7835AC

Tints of Royal Purple #7835AC

Color information

#7835AC (or 0x7835AC) is unknown color: approx Royal Purple. HEX triplet: 78, 35 and AC. RGB value is (120,53,172). Sum of RGB (Red+Green+Blue) = 120+53+172=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #7835AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7835AC is #87CA53. Grayscale: #565656. Windows color (decimal): -8899156 or 11285880. OLE color: 11285880.

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

Color convert

RGB12053172-
CMYK0.300.6900.33
HSL273.78º52.89%44.12%-
HSV(B)273.78º69.19%67.45%-
XYZ16.479.5240-
YUV86.6176.2151.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 172 (67.58% from 255) = 49.86%
R=34.78%
G=15.36%
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.33
SystemRedGreenBlueCMYKHSL
Decimal120531720.300.6900.33273.7852.8944.12
Hex7835AC1E45021112352c
Octal17065254361050414226554
Binary1111000110101101011001111010001010100001100010010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7835AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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