#75026E

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

Shades of Purple #75026E

Tints of Purple #75026E

Color information

#75026E (or 0x75026E) is unknown color: approx Purple. HEX triplet: 75, 02 and 6E. RGB value is (117,2,110). Sum of RGB (Red+Green+Blue) = 117+2+110=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75026E is #8AFD91. Grayscale: #303030. Windows color (decimal): -9108882 or 7209589. OLE color: 7209589.

HSL color Cylindrical-coordinate representation of color #75026E: hue angle of 303.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75026E is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB1172110-
CMYK00.980.060.54
HSL303.65º96.64%23.33%-
HSV(B)303.65º98.29%45.88%-
XYZ10.174.9515.17-
YUV48.7162.6176.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=51.09%
G=0.87%
B=48.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117211000.980.060.54303.6596.6423.33
Hex7526E0626361306117
Octal1652156014266646014127
Binary111010110110111001100010110110110100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75026E; }

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

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

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

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

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

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

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

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