#7535AF

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

Shades of Royal Purple #7535AF

Tints of Royal Purple #7535AF

Color information

#7535AF (or 0x7535AF) is unknown color: approx Royal Purple. HEX triplet: 75, 35 and AF. RGB value is (117,53,175). Sum of RGB (Red+Green+Blue) = 117+53+175=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #7535AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7535AF is #8ACA50. Grayscale: #555555. Windows color (decimal): -9095761 or 11482485. OLE color: 11482485.

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

Color convert

RGB11753175-
CMYK0.330.7000.31
HSL271.48º53.51%44.71%-
HSV(B)271.48º69.71%68.63%-
XYZ16.359.4241.51-
YUV86.04178.2150.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=33.91%
G=15.36%
B=50.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117531750.330.7000.31271.4853.5144.71
Hex7535AF214601F10f362d
Octal16565257411060374176655
Binary1110101110101101011111000011000110011111100001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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