#7c35a9

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

Shades of Royal Purple #7C35A9

Tints of Royal Purple #7C35A9

Color information

#7C35A9 (or 0x7C35A9) is unknown color: approx Royal Purple. HEX triplet: 7C, 35 and A9. RGB value is (124,53,169). Sum of RGB (Red+Green+Blue) = 124+53+169=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C35A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C35A9 is #83CA56. Grayscale: #575757. Windows color (decimal): -8637015 or 11089276. OLE color: 11089276.

HSL color Cylindrical-coordinate representation of color #7C35A9: hue angle of 276.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C35A9 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12453169-
CMYK0.270.6900.34
HSL276.72º52.25%43.53%-
HSV(B)276.72º68.64%66.27%-
XYZ16.759.738.52-
YUV87.45174.02154.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=35.84%
G=15.32%
B=48.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124531690.270.6900.34276.7252.2543.53
Hex7C35A91B45022115342c
Octal17465251331050424256454
Binary1111100110101101010011101110001010100010100010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c35a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7c35a9; }

 p { color: rgb(124,53,169); }

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

<style>
 a { background-color: #7c35a9; }

 a { background-color: rgb(124,53,169); }

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

<style>
 span { border-color: #7c35a9; }

 span { border-color: rgb(124,53,169); }

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