#75036E

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

Shades of Purple #75036E

Tints of Purple #75036E

Color information

#75036E (or 0x75036E) is unknown color: approx Purple. HEX triplet: 75, 03 and 6E. RGB value is (117,3,110). Sum of RGB (Red+Green+Blue) = 117+3+110=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75036E is #8AFC91. Grayscale: #303030. Windows color (decimal): -9108626 or 7209845. OLE color: 7209845.

HSL color Cylindrical-coordinate representation of color #75036E: hue angle of 303.68º 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 #75036E is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB1173110-
CMYK00.970.060.54
HSL303.68º95%23.53%-
HSV(B)303.68º97.44%45.88%-
XYZ10.184.9715.17-
YUV49.28162.27176.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=50.87%
G=1.30%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117311000.970.060.54303.689523.53
Hex7536E0616361305f18
Octal1653156014166646013730
Binary111010111110111001100001110110110100110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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