#7635AC

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

Shades of Royal Purple #7635AC

Tints of Royal Purple #7635AC

Color information

#7635AC (or 0x7635AC) is unknown color: approx Royal Purple. HEX triplet: 76, 35 and AC. RGB value is (118,53,172). Sum of RGB (Red+Green+Blue) = 118+53+172=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #7635AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7635AC is #89CA53. Grayscale: #555555. Windows color (decimal): -9030228 or 11285878. OLE color: 11285878.

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

Color convert

RGB11853172-
CMYK0.310.6900.33
HSL272.77º52.89%44.12%-
HSV(B)272.77º69.19%67.45%-
XYZ16.199.3839.99-
YUV86176.53150.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 53 (21.09% from 255) = 15.45%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=34.40%
G=15.45%
B=50.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118531720.310.6900.33272.7752.8944.12
Hex7635AC1F45021111352c
Octal16665254371050414216554
Binary1110110110101101011001111110001010100001100010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7635AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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