Html Css Color HEX #78136D Dark Purple

📋 copy color: '#78136D'

red 120 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #78136D

Tints of Dark Purple #78136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 48.39%
G = 7.66%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78136D (or 0x78136D) is known color: Dark Purple. HEX triplet: 78, 13 and 6D. RGB value is (120,19,109). Sum of RGB (Red+Green+Blue) = 120+19+109=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78136D is #87EC92. Grayscale: #3B3B3B. Windows color (decimal): -8907923 or 7148408. OLE color: 7148408.

HSL color Cylindrical-coordinate representation of color #78136D: hue angle of 306.53º 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 #78136D is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 109 -
CMYK 0 0.84 0.09 0.53
HSL 306.53º 0.73% 0.27% -
HSV(B) 306.53º 0.84% 0.47% -
XYZ 10.74 5.56 14.98 -
YUV 59.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 120 19 109 0 0.84 0.09 0.53 306.53 0.73 0.27
Hex 78 13 6D 0 54 9 35 133 49 1B
Octal 170 23 155 0 124 11 65 463 111 33
Binary 1111000 10011 1101101 0 1010100 1001 110101 100110011 1001001 11011

Color Harmonies of #78136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78136D

Black with #78136D

Text Example


Text Example

White with #78136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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