Html Css Color HEX #761168 Dark Purple

📋 copy color: '#761168'

red 118 ◦ green 17 ◦ blue 104

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

Shades of Dark Purple #761168

Tints of Dark Purple #761168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 49.37%
G = 7.11%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#761168 (or 0x761168) is known color: Dark Purple. HEX triplet: 76, 11 and 68. RGB value is (118,17,104). Sum of RGB (Red+Green+Blue) = 118+17+104=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761168 is #89EE97. Grayscale: #383838. Windows color (decimal): -9039512 or 6820214. OLE color: 6820214.

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

Color convert

RGB 118 17 104 -
CMYK 0 0.86 0.12 0.54
HSL 308.32º 0.75% 0.26% -
HSV(B) 308.32º 0.86% 0.46% -
XYZ 10.17 5.25 13.57 -
YUV 57.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 118 17 104 0 0.86 0.12 0.54 308.32 0.75 0.26
Hex 76 11 68 0 56 C 36 134 4B 1A
Octal 166 21 150 0 126 14 66 464 113 32
Binary 1110110 10001 1101000 0 1010110 1100 110110 100110100 1001011 11010

Color Harmonies of #761168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761168

Black with #761168

Text Example


Text Example

White with #761168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761168; }

 p { color: rgb(118,17,104); }

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

background-color css

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

 a { background-color: rgb(118,17,104); }

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

border-color css

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

 span { border-color: rgb(118,17,104); }

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