Html Css Color HEX #761871 Dark Purple

📋 copy color: '#761871'

red 118 ◦ green 24 ◦ blue 113

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

Shades of Dark Purple #761871

Tints of Dark Purple #761871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 46.27%
G = 9.41%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#761871 (or 0x761871) is known color: Dark Purple. HEX triplet: 76, 18 and 71. RGB value is (118,24,113). Sum of RGB (Red+Green+Blue) = 118+24+113=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #761871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761871 is #89E78E. Grayscale: #3D3D3D. Windows color (decimal): -9037711 or 7411830. OLE color: 7411830.

HSL color Cylindrical-coordinate representation of color #761871: hue angle of 303.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761871 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 113 -
CMYK 0 0.80 0.04 0.54
HSL 303.19º 0.66% 0.28% -
HSV(B) 303.19º 0.8% 0.46% -
XYZ 10.78 5.7 16.15 -
YUV 62.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 118 24 113 0 0.80 0.04 0.54 303.19 0.66 0.28
Hex 76 18 71 0 50 4 36 12F 42 1C
Octal 166 30 161 0 120 4 66 457 102 34
Binary 1110110 11000 1110001 0 1010000 100 110110 100101111 1000010 11100

Color Harmonies of #761871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761871

Black with #761871

Text Example


Text Example

White with #761871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761871; }

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

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

background-color css

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

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

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

border-color css

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

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

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