#75026B

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

Shades of Purple #75026B

Tints of Purple #75026B

Color information

#75026B (or 0x75026B) is unknown color: approx Purple. HEX triplet: 75, 02 and 6B. RGB value is (117,2,107). Sum of RGB (Red+Green+Blue) = 117+2+107=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75026B is #8AFD94. Grayscale: #303030. Windows color (decimal): -9108885 or 7012981. OLE color: 7012981.

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

Color convert

RGB1172107-
CMYK00.980.090.54
HSL305.22º96.64%23.33%-
HSV(B)305.22º98.29%45.88%-
XYZ10.014.8914.33-
YUV48.36161.1176.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=51.77%
G=0.88%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117210700.980.090.54305.2296.6423.33
Hex7526B0629361316117
Octal16521530142116646114127
Binary1110101101101011011000101001110110100110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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