Html Css Color HEX #781D6D Dark Purple

📋 copy color: '#781D6D'

red 120 ◦ green 29 ◦ blue 109

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

Shades of Dark Purple #781D6D

Tints of Dark Purple #781D6D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 46.51%
G = 11.24%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#781D6D (or 0x781D6D) is known color: Dark Purple. HEX triplet: 78, 1D and 6D. RGB value is (120,29,109). Sum of RGB (Red+Green+Blue) = 120+29+109=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #781D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D6D is #87E292. Grayscale: #414141. Windows color (decimal): -8905363 or 7150968. OLE color: 7150968.

HSL color Cylindrical-coordinate representation of color #781D6D: hue angle of 307.25º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D6D is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 109 -
CMYK 0 0.76 0.09 0.53
HSL 307.25º 0.61% 0.29% -
HSV(B) 307.25º 0.76% 0.47% -
XYZ 10.95 5.98 15.04 -
YUV 65.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 120 29 109 0 0.76 0.09 0.53 307.25 0.61 0.29
Hex 78 1D 6D 0 4C 9 35 133 3D 1D
Octal 170 35 155 0 114 11 65 463 75 35
Binary 1111000 11101 1101101 0 1001100 1001 110101 100110011 111101 11101

Color Harmonies of #781D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D6D

Black with #781D6D

Text Example


Text Example

White with #781D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781D6D; }

 p { color: rgb(120,29,109); }

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

background-color css

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

 a { background-color: rgb(120,29,109); }

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

border-color css

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

 span { border-color: rgb(120,29,109); }

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