#75127E

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

Shades of Purple #75127E

Tints of Purple #75127E

Color information

#75127E (or 0x75127E) is unknown color: approx Purple. HEX triplet: 75, 12 and 7E. RGB value is (117,18,126). Sum of RGB (Red+Green+Blue) = 117+18+126=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #75127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75127E is #8AED81. Grayscale: #3B3B3B. Windows color (decimal): -9104770 or 8262261. OLE color: 8262261.

HSL color Cylindrical-coordinate representation of color #75127E: hue angle of 295º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75127E is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11718126-
CMYK0.070.8600.51
HSL295º75%28.24%-
HSV(B)295º85.71%49.41%-
XYZ11.325.7220.25-
YUV59.91165.3168.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 126 (49.61% from 255) = 48.28%
R=44.83%
G=6.90%
B=48.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117181260.070.8600.512957528.24
Hex75127E7560331274b1c
Octal16522176712606344711334
Binary111010110010111111011110101100110011100100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,18,126); }

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

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

 a { background-color: rgb(117,18,126); }

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

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

 span { border-color: rgb(117,18,126); }

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