Html Css Color HEX #78056F Purple

📋 copy color: '#78056F'

red 120 ◦ green 5 ◦ blue 111

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

Shades of Purple #78056F

Tints of Purple #78056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 50.85%
G = 2.12%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78056F (or 0x78056F) is known color: Purple. HEX triplet: 78, 05 and 6F. RGB value is (120,5,111). Sum of RGB (Red+Green+Blue) = 120+5+111=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056F is #87FA90. Grayscale: #333333. Windows color (decimal): -8911505 or 7275896. OLE color: 7275896.

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

Color convert

RGB 120 5 111 -
CMYK 0 0.96 0.08 0.53
HSL 304.7º 0.92% 0.25% -
HSV(B) 304.7º 0.96% 0.47% -
XYZ 10.67 5.25 15.49 -
YUV 51.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 120 5 111 0 0.96 0.08 0.53 304.7 0.92 0.25
Hex 78 5 6F 0 60 8 35 131 5C 19
Octal 170 5 157 0 140 10 65 461 134 31
Binary 1111000 101 1101111 0 1100000 1000 110101 100110001 1011100 11001

Color Harmonies of #78056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78056F

Black with #78056F

Text Example


Text Example

White with #78056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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