#75187B

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

Shades of Dark Purple #75187B

Tints of Dark Purple #75187B

Color information

#75187B (or 0x75187B) is unknown color: approx Dark Purple. HEX triplet: 75, 18 and 7B. RGB value is (117,24,123). Sum of RGB (Red+Green+Blue) = 117+24+123=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #75187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75187B is #8AE784. Grayscale: #3E3E3E. Windows color (decimal): -9103237 or 8067189. OLE color: 8067189.

HSL color Cylindrical-coordinate representation of color #75187B: hue angle of 296.36º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75187B is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11724123-
CMYK0.050.8000.52
HSL296.36º67.35%28.82%-
HSV(B)296.36º80.49%48.24%-
XYZ11.245.8719.28-
YUV63.09161.81166.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=44.32%
G=9.09%
B=46.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117241230.050.8000.52296.3667.3528.82
Hex75187B550034128431d
Octal16530173512006445010335
Binary111010111000111101110110100000110100100101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75187B; }

 p { color: rgb(117,24,123); }

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

<style>
 a { background-color: #75187B; }

 a { background-color: rgb(117,24,123); }

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

<style>
 span { border-color: #75187B; }

 span { border-color: rgb(117,24,123); }

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