#75026D

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

Shades of Purple #75026D

Tints of Purple #75026D

Color information

#75026D (or 0x75026D) is unknown color: approx Purple. HEX triplet: 75, 02 and 6D. RGB value is (117,2,109). Sum of RGB (Red+Green+Blue) = 117+2+109=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75026D is #8AFD92. Grayscale: #303030. Windows color (decimal): -9108883 or 7144053. OLE color: 7144053.

HSL color Cylindrical-coordinate representation of color #75026D: hue angle of 304.17º 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 #75026D is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB1172109-
CMYK00.980.070.54
HSL304.17º96.64%23.33%-
HSV(B)304.17º98.29%45.88%-
XYZ10.124.9314.89-
YUV48.58162.1176.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=51.32%
G=0.88%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117210900.980.070.54304.1796.6423.33
Hex7526D0627361306117
Octal1652155014276646014127
Binary111010110110110101100010111110110100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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