#75036C

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

Shades of Purple #75036C

Tints of Purple #75036C

Color information

#75036C (or 0x75036C) is unknown color: approx Purple. HEX triplet: 75, 03 and 6C. RGB value is (117,3,108). Sum of RGB (Red+Green+Blue) = 117+3+108=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75036C is #8AFC93. Grayscale: #303030. Windows color (decimal): -9108628 or 7078773. OLE color: 7078773.

HSL color Cylindrical-coordinate representation of color #75036C: hue angle of 304.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75036C is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB1173108-
CMYK00.970.080.54
HSL304.74º95%23.53%-
HSV(B)304.74º97.44%45.88%-
XYZ10.084.9314.61-
YUV49.06161.27176.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=51.32%
G=1.32%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117310800.970.080.54304.749523.53
Hex7536C0618361315f18
Octal16531540141106646113730
Binary1110101111101100011000011000110110100110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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