#75137c

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

Shades of Purple #75137C

Tints of Purple #75137C

Color information

#75137C (or 0x75137C) is unknown color: approx Purple. HEX triplet: 75, 13 and 7C. RGB value is (117,19,124). Sum of RGB (Red+Green+Blue) = 117+19+124=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #75137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75137C is #8AEC83. Grayscale: #3B3B3B. Windows color (decimal): -9104516 or 8131445. OLE color: 8131445.

HSL color Cylindrical-coordinate representation of color #75137C: hue angle of 296º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75137C is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11719124-
CMYK0.060.8500.51
HSL296º73.43%28.04%-
HSV(B)296º84.68%48.63%-
XYZ11.215.719.58-
YUV60.27163.97168.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 19 (7.81% from 255) = 7.31%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=45%
G=7.31%
B=47.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117191240.060.8500.5129673.4328.04
Hex75137C655033128491c
Octal16523174612506345011134
Binary111010110011111110011010101010110011100101000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75137c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75137c; }

 p { color: rgb(117,19,124); }

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

<style>
 a { background-color: #75137c; }

 a { background-color: rgb(117,19,124); }

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

<style>
 span { border-color: #75137c; }

 span { border-color: rgb(117,19,124); }

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