#75026C

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

Shades of Purple #75026C

Tints of Purple #75026C

Color information

#75026C (or 0x75026C) is unknown color: approx Purple. HEX triplet: 75, 02 and 6C. RGB value is (117,2,108). Sum of RGB (Red+Green+Blue) = 117+2+108=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75026C is #8AFD93. Grayscale: #303030. Windows color (decimal): -9108884 or 7078517. OLE color: 7078517.

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

Color convert

RGB1172108-
CMYK00.980.080.54
HSL304.7º96.64%23.33%-
HSV(B)304.7º98.29%45.88%-
XYZ10.064.9114.6-
YUV48.47161.6176.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=51.54%
G=0.88%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117210800.980.080.54304.796.6423.33
Hex7526C0628361316117
Octal16521540142106646114127
Binary1110101101101100011000101000110110100110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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