#75349D

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

Shades of Royal Purple #75349D

Tints of Royal Purple #75349D

Color information

#75349D (or 0x75349D) is unknown color: approx Royal Purple. HEX triplet: 75, 34 and 9D. RGB value is (117,52,157). Sum of RGB (Red+Green+Blue) = 117+52+157=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #75349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75349D is #8ACB62. Grayscale: #535353. Windows color (decimal): -9096035 or 10302581. OLE color: 10302581.

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

Color convert

RGB11752157-
CMYK0.250.6700.38
HSL277.14º50.24%40.98%-
HSV(B)277.14º66.88%61.57%-
XYZ14.658.6732.8-
YUV83.4169.53151.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=35.89%
G=15.95%
B=48.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117521570.250.6700.38277.1450.2440.98
Hex75349D19430261153229
Octal16564235311030464256251
Binary1110101110100100111011100110000110100110100010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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