#75098C

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

Shades of Purple #75098C

Tints of Purple #75098C

Color information

#75098C (or 0x75098C) is unknown color: approx Purple. HEX triplet: 75, 09 and 8C. RGB value is (117,9,140). Sum of RGB (Red+Green+Blue) = 117+9+140=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #75098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75098C is #8AF673. Grayscale: #373737. Windows color (decimal): -9107060 or 9177461. OLE color: 9177461.

HSL color Cylindrical-coordinate representation of color #75098C: hue angle of 289.47º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75098C is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1179140-
CMYK0.160.9400.45
HSL289.47º87.92%29.22%-
HSV(B)289.47º93.57%54.9%-
XYZ12.175.8725.3-
YUV56.23175.28171.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=43.98%
G=3.38%
B=52.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11791400.160.9400.45289.4787.9229.22
Hex7598C105E02D121581d
Octal165112142013605544113035
Binary11101011001100011001000010111100101101100100001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,9,140); }

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

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

 a { background-color: rgb(117,9,140); }

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

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

 span { border-color: rgb(117,9,140); }

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