Html Css Color HEX #781E7D Dark Purple

📋 copy color: '#781E7D'

red 120 ◦ green 30 ◦ blue 125

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

Shades of Dark Purple #781E7D

Tints of Dark Purple #781E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 43.64%
G = 10.91%
B = 45.45%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#781E7D (or 0x781E7D) is known color: Dark Purple. HEX triplet: 78, 1E and 7D. RGB value is (120,30,125). Sum of RGB (Red+Green+Blue) = 120+30+125=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #781E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E7D is #87E182. Grayscale: #434343. Windows color (decimal): -8905091 or 8199800. OLE color: 8199800.

HSL color Cylindrical-coordinate representation of color #781E7D: hue angle of 296.84º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781E7D is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 30 125 -
CMYK 0.04 0.76 0 0.51
HSL 296.84º 0.61% 0.3% -
HSV(B) 296.84º 0.76% 0.49% -
XYZ 11.91 6.4 20.01 -
YUV 67.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 120 30 125 0.04 0.76 0 0.51 296.84 0.61 0.3
Hex 78 1E 7D 4 4C 0 33 129 3D 1E
Octal 170 36 175 4 114 0 63 451 75 36
Binary 1111000 11110 1111101 100 1001100 0 110011 100101001 111101 11110

Color Harmonies of #781E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E7D

Black with #781E7D

Text Example


Text Example

White with #781E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,30,125); }

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

background-color css

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

 a { background-color: rgb(120,30,125); }

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

border-color css

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

 span { border-color: rgb(120,30,125); }

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