Html Css Color HEX #75116B Dark Purple

📋 copy color: '#75116B'

red 117 ◦ green 17 ◦ blue 107

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

Shades of Dark Purple #75116B

Tints of Dark Purple #75116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 48.55%
G = 7.05%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75116B (or 0x75116B) is known color: Dark Purple. HEX triplet: 75, 11 and 6B. RGB value is (117,17,107). Sum of RGB (Red+Green+Blue) = 117+17+107=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75116B is #8AEE94. Grayscale: #383838. Windows color (decimal): -9105045 or 7016821. OLE color: 7016821.

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

Color convert

RGB 117 17 107 -
CMYK 0 0.85 0.09 0.54
HSL 306º 0.75% 0.26% -
HSV(B) 306º 0.85% 0.46% -
XYZ 10.19 5.24 14.39 -
YUV 57.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 117 17 107 0 0.85 0.09 0.54 306 0.75 0.26
Hex 75 11 6B 0 55 9 36 132 4B 1A
Octal 165 21 153 0 125 11 66 462 113 32
Binary 1110101 10001 1101011 0 1010101 1001 110110 100110010 1001011 11010

Color Harmonies of #75116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75116B

Black with #75116B

Text Example


Text Example

White with #75116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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