Html Css Color HEX #781C73 Dark Purple

📋 copy color: '#781C73'

red 120 ◦ green 28 ◦ blue 115

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

Shades of Dark Purple #781C73

Tints of Dark Purple #781C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 45.63%
G = 10.65%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#781C73 (or 0x781C73) is known color: Dark Purple. HEX triplet: 78, 1C and 73. RGB value is (120,28,115). Sum of RGB (Red+Green+Blue) = 120+28+115=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #781C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C73 is #87E38C. Grayscale: #414141. Windows color (decimal): -8905613 or 7543928. OLE color: 7543928.

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

Color convert

RGB 120 28 115 -
CMYK 0 0.77 0.04 0.53
HSL 303.26º 0.62% 0.29% -
HSV(B) 303.26º 0.77% 0.47% -
XYZ 11.26 6.06 16.8 -
YUV 65.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 120 28 115 0 0.77 0.04 0.53 303.26 0.62 0.29
Hex 78 1C 73 0 4D 4 35 12F 3E 1D
Octal 170 34 163 0 115 4 65 457 76 35
Binary 1111000 11100 1110011 0 1001101 100 110101 100101111 111110 11101

Color Harmonies of #781C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C73

Black with #781C73

Text Example


Text Example

White with #781C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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