#7C35AB

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

Shades of Royal Purple #7C35AB

Tints of Royal Purple #7C35AB

Color information

#7C35AB (or 0x7C35AB) is unknown color: approx Royal Purple. HEX triplet: 7C, 35 and AB. RGB value is (124,53,171). Sum of RGB (Red+Green+Blue) = 124+53+171=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C35AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C35AB is #83CA54. Grayscale: #575757. Windows color (decimal): -8637013 or 11220348. OLE color: 11220348.

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

Color convert

RGB12453171-
CMYK0.270.6900.33
HSL276.1º52.68%43.92%-
HSV(B)276.1º69.01%67.06%-
XYZ16.949.7739.52-
YUV87.68175.02153.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=35.63%
G=15.23%
B=49.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124531710.270.6900.33276.152.6843.92
Hex7C35AB1B45021114352c
Octal17465253331050414246554
Binary1111100110101101010111101110001010100001100010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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