#7834A9

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

Shades of Royal Purple #7834A9

Tints of Royal Purple #7834A9

Color information

#7834A9 (or 0x7834A9) is unknown color: approx Royal Purple. HEX triplet: 78, 34 and A9. RGB value is (120,52,169). Sum of RGB (Red+Green+Blue) = 120+52+169=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #7834A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7834A9 is #87CB56. Grayscale: #555555. Windows color (decimal): -8899415 or 11089016. OLE color: 11089016.

HSL color Cylindrical-coordinate representation of color #7834A9: hue angle of 274.87º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7834A9 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12052169-
CMYK0.290.6900.34
HSL274.87º52.94%43.33%-
HSV(B)274.87º69.23%66.27%-
XYZ16.149.3138.48-
YUV85.67175.03152.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=35.19%
G=15.25%
B=49.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120521690.290.6900.34274.8752.9443.33
Hex7834A91D45022113352b
Octal17064251351050424236553
Binary1111000110100101010011110110001010100010100010011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7834A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7834A9; }

 p { color: rgb(120,52,169); }

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

<style>
 a { background-color: #7834A9; }

 a { background-color: rgb(120,52,169); }

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

<style>
 span { border-color: #7834A9; }

 span { border-color: rgb(120,52,169); }

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