Html Css Color HEX #781373 Dark Purple

📋 copy color: '#781373'

red 120 ◦ green 19 ◦ blue 115

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

Shades of Dark Purple #781373

Tints of Dark Purple #781373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 47.24%
G = 7.48%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#781373 (or 0x781373) is known color: Dark Purple. HEX triplet: 78, 13 and 73. RGB value is (120,19,115). Sum of RGB (Red+Green+Blue) = 120+19+115=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #781373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781373 is #87EC8C. Grayscale: #3B3B3B. Windows color (decimal): -8907917 or 7541624. OLE color: 7541624.

HSL color Cylindrical-coordinate representation of color #781373: hue angle of 302.97º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781373 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 115 -
CMYK 0 0.84 0.04 0.53
HSL 302.97º 0.73% 0.27% -
HSV(B) 302.97º 0.84% 0.47% -
XYZ 11.07 5.7 16.74 -
YUV 60.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 120 19 115 0 0.84 0.04 0.53 302.97 0.73 0.27
Hex 78 13 73 0 54 4 35 12F 49 1B
Octal 170 23 163 0 124 4 65 457 111 33
Binary 1111000 10011 1110011 0 1010100 100 110101 100101111 1001001 11011

Color Harmonies of #781373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781373

Black with #781373

Text Example


Text Example

White with #781373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781373; }

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

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

background-color css

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

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

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

border-color css

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

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

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