#75349E

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

Shades of Royal Purple #75349E

Tints of Royal Purple #75349E

Color information

#75349E (or 0x75349E) is unknown color: approx Royal Purple. HEX triplet: 75, 34 and 9E. RGB value is (117,52,158). Sum of RGB (Red+Green+Blue) = 117+52+158=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #75349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75349E is #8ACB61. Grayscale: #535353. Windows color (decimal): -9096034 or 10368117. OLE color: 10368117.

HSL color Cylindrical-coordinate representation of color #75349E: hue angle of 276.79º 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 #75349E is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11752158-
CMYK0.260.6700.38
HSL276.79º50.48%41.18%-
HSV(B)276.79º67.09%61.96%-
XYZ14.748.7133.25-
YUV83.52170.03151.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=35.78%
G=15.90%
B=48.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117521580.260.6700.38276.7950.4841.18
Hex75349E1A430261153229
Octal16564236321030464256251
Binary1110101110100100111101101010000110100110100010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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