#7435AF

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

Shades of Royal Purple #7435AF

Tints of Royal Purple #7435AF

Color information

#7435AF (or 0x7435AF) is unknown color: approx Royal Purple. HEX triplet: 74, 35 and AF. RGB value is (116,53,175). Sum of RGB (Red+Green+Blue) = 116+53+175=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #7435AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7435AF is #8BCA50. Grayscale: #555555. Windows color (decimal): -9161297 or 11482484. OLE color: 11482484.

HSL color Cylindrical-coordinate representation of color #7435AF: hue angle of 270.98º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7435AF is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11653175-
CMYK0.340.7000.31
HSL270.98º53.51%44.71%-
HSV(B)270.98º69.71%68.63%-
XYZ16.219.3541.51-
YUV85.74178.37149.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=33.72%
G=15.41%
B=50.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116531750.340.7000.31270.9853.5144.71
Hex7435AF224601F10f362d
Octal16465257421060374176655
Binary1110100110101101011111000101000110011111100001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7435AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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