Html Css Color HEX #78136E Dark Purple

📋 copy color: '#78136E'

red 120 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #78136E

Tints of Dark Purple #78136E

RGB

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

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

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

R = 48.19%
G = 7.63%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78136E (or 0x78136E) is known color: Dark Purple. HEX triplet: 78, 13 and 6E. RGB value is (120,19,110). Sum of RGB (Red+Green+Blue) = 120+19+110=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78136E is #87EC91. Grayscale: #3B3B3B. Windows color (decimal): -8907922 or 7213944. OLE color: 7213944.

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

Color convert

RGB 120 19 110 -
CMYK 0 0.84 0.08 0.53
HSL 305.94º 0.73% 0.27% -
HSV(B) 305.94º 0.84% 0.47% -
XYZ 10.79 5.58 15.26 -
YUV 59.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 120 19 110 0 0.84 0.08 0.53 305.94 0.73 0.27
Hex 78 13 6E 0 54 8 35 132 49 1B
Octal 170 23 156 0 124 10 65 462 111 33
Binary 1111000 10011 1101110 0 1010100 1000 110101 100110010 1001001 11011

Color Harmonies of #78136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78136E

Black with #78136E

Text Example


Text Example

White with #78136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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