Html Css Color HEX #761770 Dark Purple

📋 copy color: '#761770'

red 118 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #761770

Tints of Dark Purple #761770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

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

R = 46.64%
G = 9.09%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#761770 (or 0x761770) is known color: Dark Purple. HEX triplet: 76, 17 and 70. RGB value is (118,23,112). Sum of RGB (Red+Green+Blue) = 118+23+112=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #761770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761770 is #89E88F. Grayscale: #3D3D3D. Windows color (decimal): -9037968 or 7346038. OLE color: 7346038.

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

Color convert

RGB 118 23 112 -
CMYK 0 0.81 0.05 0.54
HSL 303.79º 0.67% 0.28% -
HSV(B) 303.79º 0.81% 0.46% -
XYZ 10.7 5.63 15.85 -
YUV 61.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 118 23 112 0 0.81 0.05 0.54 303.79 0.67 0.28
Hex 76 17 70 0 51 5 36 130 43 1C
Octal 166 27 160 0 121 5 66 460 103 34
Binary 1110110 10111 1110000 0 1010001 101 110110 100110000 1000011 11100

Color Harmonies of #761770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761770

Black with #761770

Text Example


Text Example

White with #761770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761770; }

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

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

background-color css

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

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

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

border-color css

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

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

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