Html Css Color HEX #75116F Dark Purple

📋 copy color: '#75116F'

red 117 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #75116F

Tints of Dark Purple #75116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 47.76%
G = 6.94%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75116F (or 0x75116F) is known color: Dark Purple. HEX triplet: 75, 11 and 6F. RGB value is (117,17,111). Sum of RGB (Red+Green+Blue) = 117+17+111=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75116F is #8AEE90. Grayscale: #393939. Windows color (decimal): -9105041 or 7278965. OLE color: 7278965.

HSL color Cylindrical-coordinate representation of color #75116F: hue angle of 303.6º 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 #75116F is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 111 -
CMYK 0 0.85 0.05 0.54
HSL 303.6º 0.75% 0.26% -
HSV(B) 303.6º 0.85% 0.46% -
XYZ 10.41 5.33 15.52 -
YUV 57.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 117 17 111 0 0.85 0.05 0.54 303.6 0.75 0.26
Hex 75 11 6F 0 55 5 36 130 4B 1A
Octal 165 21 157 0 125 5 66 460 113 32
Binary 1110101 10001 1101111 0 1010101 101 110110 100110000 1001011 11010

Color Harmonies of #75116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75116F

Black with #75116F

Text Example


Text Example

White with #75116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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