Html Css Color HEX #781C6E Dark Purple

📋 copy color: '#781C6E'

red 120 ◦ green 28 ◦ blue 110

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

Shades of Dark Purple #781C6E

Tints of Dark Purple #781C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 46.51%
G = 10.85%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#781C6E (or 0x781C6E) is known color: Dark Purple. HEX triplet: 78, 1C and 6E. RGB value is (120,28,110). Sum of RGB (Red+Green+Blue) = 120+28+110=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #781C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C6E is #87E391. Grayscale: #404040. Windows color (decimal): -8905618 or 7216248. OLE color: 7216248.

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

Color convert

RGB 120 28 110 -
CMYK 0 0.77 0.08 0.53
HSL 306.52º 0.62% 0.29% -
HSV(B) 306.52º 0.77% 0.47% -
XYZ 10.98 5.95 15.32 -
YUV 64.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 120 28 110 0 0.77 0.08 0.53 306.52 0.62 0.29
Hex 78 1C 6E 0 4D 8 35 133 3E 1D
Octal 170 34 156 0 115 10 65 463 76 35
Binary 1111000 11100 1101110 0 1001101 1000 110101 100110011 111110 11101

Color Harmonies of #781C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C6E

Black with #781C6E

Text Example


Text Example

White with #781C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,28,110); }

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

background-color css

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

 a { background-color: rgb(120,28,110); }

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

border-color css

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

 span { border-color: rgb(120,28,110); }

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