#753D96

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

Shades of Royal Purple #753D96

Tints of Royal Purple #753D96

Color information

#753D96 (or 0x753D96) is unknown color: approx Royal Purple. HEX triplet: 75, 3D and 96. RGB value is (117,61,150). Sum of RGB (Red+Green+Blue) = 117+61+150=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #753D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D96 is #8AC269. Grayscale: #575757. Windows color (decimal): -9093738 or 9846133. OLE color: 9846133.

HSL color Cylindrical-coordinate representation of color #753D96: hue angle of 277.75º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753D96 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11761150-
CMYK0.220.5900.41
HSL277.75º42.18%41.37%-
HSV(B)277.75º59.33%58.82%-
XYZ14.519.3229.89-
YUV87.89163.05148.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=35.67%
G=18.60%
B=45.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117611500.220.5900.41277.7542.1841.37
Hex753D96163B0291162a29
Octal1657522626730514265251
Binary111010111110110010110101101110110101001100010110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753D96; }

 p { color: rgb(117,61,150); }

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

<style>
 a { background-color: #753D96; }

 a { background-color: rgb(117,61,150); }

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

<style>
 span { border-color: #753D96; }

 span { border-color: rgb(117,61,150); }

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