Html Css Color HEX #761671 Dark Purple

📋 copy color: '#761671'

red 118 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #761671

Tints of Dark Purple #761671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 46.64%
G = 8.7%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#761671 (or 0x761671) is known color: Dark Purple. HEX triplet: 76, 16 and 71. RGB value is (118,22,113). Sum of RGB (Red+Green+Blue) = 118+22+113=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #761671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761671 is #89E98E. Grayscale: #3C3C3C. Windows color (decimal): -9038223 or 7411318. OLE color: 7411318.

HSL color Cylindrical-coordinate representation of color #761671: hue angle of 303.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761671 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 113 -
CMYK 0 0.81 0.04 0.54
HSL 303.13º 0.69% 0.27% -
HSV(B) 303.13º 0.81% 0.46% -
XYZ 10.74 5.62 16.14 -
YUV 61.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 118 22 113 0 0.81 0.04 0.54 303.13 0.69 0.27
Hex 76 16 71 0 51 4 36 12F 45 1B
Octal 166 26 161 0 121 4 66 457 105 33
Binary 1110110 10110 1110001 0 1010001 100 110110 100101111 1000101 11011

Color Harmonies of #761671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761671

Black with #761671

Text Example


Text Example

White with #761671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761671; }

 p { color: rgb(118,22,113); }

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

background-color css

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

 a { background-color: rgb(118,22,113); }

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

border-color css

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

 span { border-color: rgb(118,22,113); }

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