#7531AF

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

Shades of Royal Purple #7531AF

Tints of Royal Purple #7531AF

Color information

#7531AF (or 0x7531AF) is unknown color: approx Royal Purple. HEX triplet: 75, 31 and AF. RGB value is (117,49,175). Sum of RGB (Red+Green+Blue) = 117+49+175=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #7531AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7531AF is #8ACE50. Grayscale: #535353. Windows color (decimal): -9096785 or 11481461. OLE color: 11481461.

HSL color Cylindrical-coordinate representation of color #7531AF: hue angle of 272.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7531AF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11749175-
CMYK0.330.7200.31
HSL272.38º56.25%43.92%-
HSV(B)272.38º72%68.63%-
XYZ16.179.0741.46-
YUV83.7179.53151.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=34.31%
G=14.37%
B=51.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117491750.330.7200.31272.3856.2543.92
Hex7531AF214801F110382c
Octal16561257411100374207054
Binary1110101110001101011111000011001000011111100010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7531AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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