#75028B

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

Shades of Purple #75028B

Tints of Purple #75028B

Color information

#75028B (or 0x75028B) is unknown color: approx Purple. HEX triplet: 75, 02 and 8B. RGB value is (117,2,139). Sum of RGB (Red+Green+Blue) = 117+2+139=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #75028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75028B is #8AFD74. Grayscale: #333333. Windows color (decimal): -9108853 or 9110133. OLE color: 9110133.

HSL color Cylindrical-coordinate representation of color #75028B: hue angle of 290.36º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75028B is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1172139-
CMYK0.160.9900.45
HSL290.36º97.16%27.65%-
HSV(B)290.36º98.56%54.51%-
XYZ12.025.6924.89-
YUV52177.1174.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=45.35%
G=0.78%
B=53.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11721390.160.9900.45290.3697.1627.65
Hex7528B106302D122611c
Octal16522132014305544214134
Binary111010110100010111000011000110101101100100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75028B; }

 p { color: rgb(117,2,139); }

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

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

 a { background-color: rgb(117,2,139); }

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

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

 span { border-color: rgb(117,2,139); }

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