#7435AD

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

Shades of Royal Purple #7435AD

Tints of Royal Purple #7435AD

Color information

#7435AD (or 0x7435AD) is unknown color: approx Royal Purple. HEX triplet: 74, 35 and AD. RGB value is (116,53,173). Sum of RGB (Red+Green+Blue) = 116+53+173=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #7435AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7435AD is #8BCA52. Grayscale: #555555. Windows color (decimal): -9161299 or 11351412. OLE color: 11351412.

HSL color Cylindrical-coordinate representation of color #7435AD: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7435AD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11653173-
CMYK0.330.6900.32
HSL271.5º53.1%44.31%-
HSV(B)271.5º69.36%67.84%-
XYZ16.029.2840.48-
YUV85.52177.37149.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=33.92%
G=15.50%
B=50.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116531730.330.6900.32271.553.144.31
Hex7435AD2145020110352c
Octal16465255411050404206554
Binary11101001101011010110110000110001010100000100010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7435AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7435AD; }

 p { color: rgb(116,53,173); }

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

<style>
 a { background-color: #7435AD; }

 a { background-color: rgb(116,53,173); }

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

<style>
 span { border-color: #7435AD; }

 span { border-color: rgb(116,53,173); }

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