Html Css Color HEX #78056D Purple

📋 copy color: '#78056D'

red 120 ◦ green 5 ◦ blue 109

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

Shades of Purple #78056D

Tints of Purple #78056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

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

R = 51.28%
G = 2.14%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78056D (or 0x78056D) is known color: Purple. HEX triplet: 78, 05 and 6D. RGB value is (120,5,109). Sum of RGB (Red+Green+Blue) = 120+5+109=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056D is #87FA92. Grayscale: #323232. Windows color (decimal): -8911507 or 7144824. OLE color: 7144824.

HSL color Cylindrical-coordinate representation of color #78056D: hue angle of 305.74º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78056D is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 109 -
CMYK 0 0.96 0.09 0.53
HSL 305.74º 0.92% 0.25% -
HSV(B) 305.74º 0.96% 0.47% -
XYZ 10.56 5.21 14.92 -
YUV 51.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 120 5 109 0 0.96 0.09 0.53 305.74 0.92 0.25
Hex 78 5 6D 0 60 9 35 132 5C 19
Octal 170 5 155 0 140 11 65 462 134 31
Binary 1111000 101 1101101 0 1100000 1001 110101 100110010 1011100 11001

Color Harmonies of #78056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78056D

Black with #78056D

Text Example


Text Example

White with #78056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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