Html Css Color HEX #75116C Dark Purple

📋 copy color: '#75116C'

red 117 ◦ green 17 ◦ blue 108

#75116C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #75116C

Tints of Dark Purple #75116C

RGB

 RED value IS 117 (46.09% from 255) = 48.35%

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 48.35%
G = 7.02%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75116C (or 0x75116C) is known color: Dark Purple. HEX triplet: 75, 11 and 6C. RGB value is (117,17,108). Sum of RGB (Red+Green+Blue) = 117+17+108=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75116C is #8AEE93. Grayscale: #393939. Windows color (decimal): -9105044 or 7082357. OLE color: 7082357.

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

Color convert

RGB 117 17 108 -
CMYK 0 0.85 0.08 0.54
HSL 305.4º 0.75% 0.26% -
HSV(B) 305.4º 0.85% 0.46% -
XYZ 10.24 5.27 14.66 -
YUV 57.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 117 17 108 0 0.85 0.08 0.54 305.4 0.75 0.26
Hex 75 11 6C 0 55 8 36 131 4B 1A
Octal 165 21 154 0 125 10 66 461 113 32
Binary 1110101 10001 1101100 0 1010101 1000 110110 100110001 1001011 11010

Color Harmonies of #75116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75116C

Black with #75116C

Text Example


Text Example

White with #75116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75116C;
 }
 .AnyTagClassName
 {
   color: #75116C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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