#75107A

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

Shades of Purple #75107A

Tints of Purple #75107A

Color information

#75107A (or 0x75107A) is unknown color: approx Purple. HEX triplet: 75, 10 and 7A. RGB value is (117,16,122). Sum of RGB (Red+Green+Blue) = 117+16+122=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #75107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75107A is #8AEF85. Grayscale: #393939. Windows color (decimal): -9105286 or 7999605. OLE color: 7999605.

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

Color convert

RGB11716122-
CMYK0.040.8700.52
HSL297.17º76.81%27.06%-
HSV(B)297.17º86.89%47.84%-
XYZ11.035.5618.9-
YUV58.28163.96169.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=45.88%
G=6.27%
B=47.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117161220.040.8700.52297.1776.8127.06
Hex75107A4570341294d1b
Octal16520172412706445111533
Binary111010110000111101010010101110110100100101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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