#75088A

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

Shades of Purple #75088A

Tints of Purple #75088A

Color information

#75088A (or 0x75088A) is unknown color: approx Purple. HEX triplet: 75, 08 and 8A. RGB value is (117,8,138). Sum of RGB (Red+Green+Blue) = 117+8+138=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #75088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75088A is #8AF775. Grayscale: #373737. Windows color (decimal): -9107318 or 9046133. OLE color: 9046133.

HSL color Cylindrical-coordinate representation of color #75088A: hue angle of 290.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75088A is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1178138-
CMYK0.150.9400.46
HSL290.31º89.04%28.63%-
HSV(B)290.31º94.2%54.12%-
XYZ12.015.7924.53-
YUV55.41174.61171.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 8 (3.52% from 255) = 3.04%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=44.49%
G=3.04%
B=52.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11781380.150.9400.46290.3189.0428.63
Hex7588AF5E02E122591d
Octal165102121713605644213135
Binary1110101100010001010111110111100101110100100010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75088A; }

 p { color: rgb(117,8,138); }

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

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

 a { background-color: rgb(117,8,138); }

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

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

 span { border-color: rgb(117,8,138); }

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