Html Css Color HEX #781770 Dark Purple

📋 copy color: '#781770'

red 120 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #781770

Tints of Dark Purple #781770

RGB

 RED value IS 120 (47.27% from 255) = 47.06%

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

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

R = 47.06%
G = 9.02%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#781770 (or 0x781770) is known color: Dark Purple. HEX triplet: 78, 17 and 70. RGB value is (120,23,112). Sum of RGB (Red+Green+Blue) = 120+23+112=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781770 is #87E88F. Grayscale: #3D3D3D. Windows color (decimal): -8906896 or 7346040. OLE color: 7346040.

HSL color Cylindrical-coordinate representation of color #781770: hue angle of 304.95º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781770 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 23 112 -
CMYK 0 0.81 0.07 0.53
HSL 304.95º 0.68% 0.28% -
HSV(B) 304.95º 0.81% 0.47% -
XYZ 10.98 5.78 15.87 -
YUV 62.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 120 23 112 0 0.81 0.07 0.53 304.95 0.68 0.28
Hex 78 17 70 0 51 7 35 131 44 1C
Octal 170 27 160 0 121 7 65 461 104 34
Binary 1111000 10111 1110000 0 1010001 111 110101 100110001 1000100 11100

Color Harmonies of #781770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781770

Black with #781770

Text Example


Text Example

White with #781770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781770; }

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

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

background-color css

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

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

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

border-color css

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

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

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