#75147A

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

Shades of Purple #75147A

Tints of Purple #75147A

Color information

#75147A (or 0x75147A) is unknown color: approx Purple. HEX triplet: 75, 14 and 7A. RGB value is (117,20,122). Sum of RGB (Red+Green+Blue) = 117+20+122=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #75147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75147A is #8AEB85. Grayscale: #3C3C3C. Windows color (decimal): -9104262 or 8000629. OLE color: 8000629.

HSL color Cylindrical-coordinate representation of color #75147A: hue angle of 297.06º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75147A is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11720122-
CMYK0.040.8400.52
HSL297.06º71.83%27.84%-
HSV(B)297.06º83.61%47.84%-
XYZ11.15.6918.93-
YUV60.63162.64168.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=45.17%
G=7.72%
B=47.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117201220.040.8400.52297.0671.8327.84
Hex75147A454034129481c
Octal16524172412406445111034
Binary111010110100111101010010101000110100100101001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75147A; }

 p { color: rgb(117,20,122); }

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

<style>
 a { background-color: #75147A; }

 a { background-color: rgb(117,20,122); }

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

<style>
 span { border-color: #75147A; }

 span { border-color: rgb(117,20,122); }

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