Html Css Color HEX #76176F Dark Purple

📋 copy color: '#76176F'

red 118 ◦ green 23 ◦ blue 111

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

Shades of Dark Purple #76176F

Tints of Dark Purple #76176F

RGB

 RED value IS 118 (46.48% from 255) = 46.83%

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

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

R = 46.83%
G = 9.13%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76176F (or 0x76176F) is known color: Dark Purple. HEX triplet: 76, 17 and 6F. RGB value is (118,23,111). Sum of RGB (Red+Green+Blue) = 118+23+111=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76176F is #89E890. Grayscale: #3D3D3D. Windows color (decimal): -9037969 or 7280502. OLE color: 7280502.

HSL color Cylindrical-coordinate representation of color #76176F: hue angle of 304.42º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76176F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 111 -
CMYK 0 0.81 0.06 0.54
HSL 304.42º 0.67% 0.28% -
HSV(B) 304.42º 0.81% 0.46% -
XYZ 10.65 5.61 15.56 -
YUV 61.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 118 23 111 0 0.81 0.06 0.54 304.42 0.67 0.28
Hex 76 17 6F 0 51 6 36 130 43 1C
Octal 166 27 157 0 121 6 66 460 103 34
Binary 1110110 10111 1101111 0 1010001 110 110110 100110000 1000011 11100

Color Harmonies of #76176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76176F

Black with #76176F

Text Example


Text Example

White with #76176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,23,111); }

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

background-color css

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

 a { background-color: rgb(118,23,111); }

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

border-color css

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

 span { border-color: rgb(118,23,111); }

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