#75056B

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

Shades of Purple #75056B

Tints of Purple #75056B

Color information

#75056B (or 0x75056B) is unknown color: approx Purple. HEX triplet: 75, 05 and 6B. RGB value is (117,5,107). Sum of RGB (Red+Green+Blue) = 117+5+107=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75056B is #8AFA94. Grayscale: #313131. Windows color (decimal): -9108117 or 7013749. OLE color: 7013749.

HSL color Cylindrical-coordinate representation of color #75056B: hue angle of 305.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75056B is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1175107-
CMYK00.960.090.54
HSL305.36º91.8%23.92%-
HSV(B)305.36º95.73%45.88%-
XYZ10.044.9514.34-
YUV50.12160.11175.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=51.09%
G=2.18%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117510700.960.090.54305.3691.823.92
Hex7556B0609361315c18
Octal16551530140116646113430
Binary11101011011101011011000001001110110100110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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