Html Css Color HEX #781E7C Dark Purple

📋 copy color: '#781E7C'

red 120 ◦ green 30 ◦ blue 124

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

Shades of Dark Purple #781E7C

Tints of Dark Purple #781E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 43.8%
G = 10.95%
B = 45.26%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#781E7C (or 0x781E7C) is known color: Dark Purple. HEX triplet: 78, 1E and 7C. RGB value is (120,30,124). Sum of RGB (Red+Green+Blue) = 120+30+124=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #781E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E7C is #87E183. Grayscale: #434343. Windows color (decimal): -8905092 or 8134264. OLE color: 8134264.

HSL color Cylindrical-coordinate representation of color #781E7C: hue angle of 297.45º 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 #781E7C is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 30 124 -
CMYK 0.03 0.76 0 0.51
HSL 297.45º 0.61% 0.3% -
HSV(B) 297.45º 0.76% 0.49% -
XYZ 11.85 6.38 19.68 -
YUV 67.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 120 30 124 0.03 0.76 0 0.51 297.45 0.61 0.3
Hex 78 1E 7C 3 4C 0 33 129 3D 1E
Octal 170 36 174 3 114 0 63 451 75 36
Binary 1111000 11110 1111100 11 1001100 0 110011 100101001 111101 11110

Color Harmonies of #781E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E7C

Black with #781E7C

Text Example


Text Example

White with #781E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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