Html Css Color HEX #781C6F Dark Purple

📋 copy color: '#781C6F'

red 120 ◦ green 28 ◦ blue 111

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

Shades of Dark Purple #781C6F

Tints of Dark Purple #781C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 46.33%
G = 10.81%
B = 42.86%

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

#781C6F (or 0x781C6F) is known color: Dark Purple. HEX triplet: 78, 1C and 6F. RGB value is (120,28,111). Sum of RGB (Red+Green+Blue) = 120+28+111=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #781C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C6F is #87E390. Grayscale: #404040. Windows color (decimal): -8905617 or 7281784. OLE color: 7281784.

HSL color Cylindrical-coordinate representation of color #781C6F: hue angle of 305.87º 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 #781C6F is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 111 -
CMYK 0 0.77 0.08 0.53
HSL 305.87º 0.62% 0.29% -
HSV(B) 305.87º 0.77% 0.47% -
XYZ 11.03 5.97 15.61 -
YUV 64.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 120 28 111 0 0.77 0.08 0.53 305.87 0.62 0.29
Hex 78 1C 6F 0 4D 8 35 132 3E 1D
Octal 170 34 157 0 115 10 65 462 76 35
Binary 1111000 11100 1101111 0 1001101 1000 110101 100110010 111110 11101

Color Harmonies of #781C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C6F

Black with #781C6F

Text Example


Text Example

White with #781C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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