#75359F

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

Shades of Royal Purple #75359F

Tints of Royal Purple #75359F

Color information

#75359F (or 0x75359F) is unknown color: approx Royal Purple. HEX triplet: 75, 35 and 9F. RGB value is (117,53,159). Sum of RGB (Red+Green+Blue) = 117+53+159=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #75359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75359F is #8ACA60. Grayscale: #535353. Windows color (decimal): -9095777 or 10433909. OLE color: 10433909.

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

Color convert

RGB11753159-
CMYK0.260.6700.38
HSL276.23º50%41.57%-
HSV(B)276.23º66.67%62.35%-
XYZ14.878.8333.72-
YUV84.22170.2151.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=35.56%
G=16.11%
B=48.33%

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
Decimal117531590.260.6700.38276.235041.57
Hex75359F1A43026114322a
Octal16565237321030464246252
Binary1110101110101100111111101010000110100110100010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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