Html Css Color HEX #761870 Dark Purple

📋 copy color: '#761870'

red 118 ◦ green 24 ◦ blue 112

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

Shades of Dark Purple #761870

Tints of Dark Purple #761870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 46.46%
G = 9.45%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#761870 (or 0x761870) is known color: Dark Purple. HEX triplet: 76, 18 and 70. RGB value is (118,24,112). Sum of RGB (Red+Green+Blue) = 118+24+112=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #761870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761870 is #89E78F. Grayscale: #3D3D3D. Windows color (decimal): -9037712 or 7346294. OLE color: 7346294.

HSL color Cylindrical-coordinate representation of color #761870: hue angle of 303.83º 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 #761870 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 112 -
CMYK 0 0.80 0.05 0.54
HSL 303.83º 0.66% 0.28% -
HSV(B) 303.83º 0.8% 0.46% -
XYZ 10.72 5.67 15.86 -
YUV 62.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 118 24 112 0 0.80 0.05 0.54 303.83 0.66 0.28
Hex 76 18 70 0 50 5 36 130 42 1C
Octal 166 30 160 0 120 5 66 460 102 34
Binary 1110110 11000 1110000 0 1010000 101 110110 100110000 1000010 11100

Color Harmonies of #761870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761870

Black with #761870

Text Example


Text Example

White with #761870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761870; }

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

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

background-color css

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

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

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

border-color css

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

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

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