#75359D

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

Shades of Royal Purple #75359D

Tints of Royal Purple #75359D

Color information

#75359D (or 0x75359D) is unknown color: approx Royal Purple. HEX triplet: 75, 35 and 9D. RGB value is (117,53,157). Sum of RGB (Red+Green+Blue) = 117+53+157=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #75359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75359D is #8ACA62. Grayscale: #535353. Windows color (decimal): -9095779 or 10302837. OLE color: 10302837.

HSL color Cylindrical-coordinate representation of color #75359D: hue angle of 276.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75359D is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11753157-
CMYK0.250.6600.38
HSL276.92º49.52%41.18%-
HSV(B)276.92º66.24%61.57%-
XYZ14.78.7632.82-
YUV83.99169.2151.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=35.78%
G=16.21%
B=48.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117531570.250.6600.38276.9249.5241.18
Hex75359D19420261153229
Octal16565235311020464256251
Binary1110101110101100111011100110000100100110100010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75359D; }

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

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

<style>
 a { background-color: #75359D; }

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

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

<style>
 span { border-color: #75359D; }

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

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