#75329E

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

Shades of Royal Purple #75329E

Tints of Royal Purple #75329E

Color information

#75329E (or 0x75329E) is unknown color: approx Royal Purple. HEX triplet: 75, 32 and 9E. RGB value is (117,50,158). Sum of RGB (Red+Green+Blue) = 117+50+158=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #75329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75329E is #8ACD61. Grayscale: #515151. Windows color (decimal): -9096546 or 10367605. OLE color: 10367605.

HSL color Cylindrical-coordinate representation of color #75329E: hue angle of 277.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75329E is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11750158-
CMYK0.260.6800.38
HSL277.22º51.92%40.78%-
HSV(B)277.22º68.35%61.96%-
XYZ14.658.5333.22-
YUV82.34170.7152.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=36%
G=15.38%
B=48.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117501580.260.6800.38277.2251.9240.78
Hex75329E1A440261153429
Octal16562236321040464256451
Binary1110101110010100111101101010001000100110100010101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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