Html Css Color HEX #75176B Dark Purple

📋 copy color: '#75176B'

red 117 ◦ green 23 ◦ blue 107

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

Shades of Dark Purple #75176B

Tints of Dark Purple #75176B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

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

R = 47.37%
G = 9.31%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75176B (or 0x75176B) is known color: Dark Purple. HEX triplet: 75, 17 and 6B. RGB value is (117,23,107). Sum of RGB (Red+Green+Blue) = 117+23+107=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75176B is #8AE894. Grayscale: #3C3C3C. Windows color (decimal): -9103509 or 7018357. OLE color: 7018357.

HSL color Cylindrical-coordinate representation of color #75176B: hue angle of 306.38º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75176B is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 107 -
CMYK 0 0.80 0.09 0.54
HSL 306.38º 0.67% 0.27% -
HSV(B) 306.38º 0.8% 0.46% -
XYZ 10.3 5.46 14.42 -
YUV 60.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 117 23 107 0 0.80 0.09 0.54 306.38 0.67 0.27
Hex 75 17 6B 0 50 9 36 132 43 1B
Octal 165 27 153 0 120 11 66 462 103 33
Binary 1110101 10111 1101011 0 1010000 1001 110110 100110010 1000011 11011

Color Harmonies of #75176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75176B

Black with #75176B

Text Example


Text Example

White with #75176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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