#754095

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

Shades of Royal Purple #754095

Tints of Royal Purple #754095

Color information

#754095 (or 0x754095) is unknown color: approx Royal Purple. HEX triplet: 75, 40 and 95. RGB value is (117,64,149). Sum of RGB (Red+Green+Blue) = 117+64+149=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #754095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754095 is #8ABF6A. Grayscale: #595959. Windows color (decimal): -9092971 or 9781365. OLE color: 9781365.

HSL color Cylindrical-coordinate representation of color #754095: hue angle of 277.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754095 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11764149-
CMYK0.210.5700.42
HSL277.41º39.91%41.76%-
HSV(B)277.41º57.05%58.43%-
XYZ14.599.6229.52-
YUV89.54161.56147.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=35.45%
G=19.39%
B=45.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117641490.210.5700.42277.4139.9141.76
Hex754095153902A115282a
Octal16510022525710524255052
Binary1110101100000010010101101011110010101010100010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754095; }

 p { color: rgb(117,64,149); }

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

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

 a { background-color: rgb(117,64,149); }

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

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

 span { border-color: rgb(117,64,149); }

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