#75146C

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

Shades of Dark Purple #75146C

Tints of Dark Purple #75146C

Color information

#75146C (or 0x75146C) is unknown color: approx Dark Purple. HEX triplet: 75, 14 and 6C. RGB value is (117,20,108). Sum of RGB (Red+Green+Blue) = 117+20+108=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75146C is #8AEB93. Grayscale: #3A3A3A. Windows color (decimal): -9104276 or 7083125. OLE color: 7083125.

HSL color Cylindrical-coordinate representation of color #75146C: hue angle of 305.57º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75146C is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11720108-
CMYK00.830.080.54
HSL305.57º70.8%26.86%-
HSV(B)305.57º82.91%45.88%-
XYZ10.295.3614.68-
YUV59.04155.64169.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=47.76%
G=8.16%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172010800.830.080.54305.5770.826.86
Hex75146C053836132471b
Octal165241540123106646210733
Binary1110101101001101100010100111000110110100110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75146C; }

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

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

<style>
 a { background-color: #75146C; }

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

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

<style>
 span { border-color: #75146C; }

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

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