#75339C

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

Shades of Royal Purple #75339C

Tints of Royal Purple #75339C

Color information

#75339C (or 0x75339C) is unknown color: approx Royal Purple. HEX triplet: 75, 33 and 9C. RGB value is (117,51,156). Sum of RGB (Red+Green+Blue) = 117+51+156=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #75339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75339C is #8ACC63. Grayscale: #525252. Windows color (decimal): -9096292 or 10236789. OLE color: 10236789.

HSL color Cylindrical-coordinate representation of color #75339C: hue angle of 277.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75339C is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11751156-
CMYK0.250.6700.39
HSL277.71º50.72%40.59%-
HSV(B)277.71º67.31%61.18%-
XYZ14.528.5532.34-
YUV82.7169.37152.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=36.11%
G=15.74%
B=48.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117511560.250.6700.39277.7150.7240.59
Hex75339C19430271163329
Octal16563234311030474266351
Binary1110101110011100111001100110000110100111100010110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75339C; }

 p { color: rgb(117,51,156); }

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

<style>
 a { background-color: #75339C; }

 a { background-color: rgb(117,51,156); }

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

<style>
 span { border-color: #75339C; }

 span { border-color: rgb(117,51,156); }

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