Html Css Color HEX #761370 Dark Purple

📋 copy color: '#761370'

red 118 ◦ green 19 ◦ blue 112

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

Shades of Dark Purple #761370

Tints of Dark Purple #761370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 47.39%
G = 7.63%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#761370 (or 0x761370) is known color: Dark Purple. HEX triplet: 76, 13 and 70. RGB value is (118,19,112). Sum of RGB (Red+Green+Blue) = 118+19+112=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #761370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761370 is #89EC8F. Grayscale: #3A3A3A. Windows color (decimal): -9038992 or 7345014. OLE color: 7345014.

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

Color convert

RGB 118 19 112 -
CMYK 0 0.84 0.05 0.54
HSL 303.64º 0.72% 0.27% -
HSV(B) 303.64º 0.84% 0.46% -
XYZ 10.63 5.49 15.83 -
YUV 59.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 118 19 112 0 0.84 0.05 0.54 303.64 0.72 0.27
Hex 76 13 70 0 54 5 36 130 48 1B
Octal 166 23 160 0 124 5 66 460 110 33
Binary 1110110 10011 1110000 0 1010100 101 110110 100110000 1001000 11011

Color Harmonies of #761370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761370

Black with #761370

Text Example


Text Example

White with #761370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761370; }

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

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

background-color css

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

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

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

border-color css

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

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

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