Html Css Color HEX #78016D Purple

📋 copy color: '#78016D'

red 120 ◦ green 1 ◦ blue 109

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

Shades of Purple #78016D

Tints of Purple #78016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 52.17%
G = 0.43%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78016D (or 0x78016D) is known color: Purple. HEX triplet: 78, 01 and 6D. RGB value is (120,1,109). Sum of RGB (Red+Green+Blue) = 120+1+109=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78016D is #87FE92. Grayscale: #303030. Windows color (decimal): -8912531 or 7143800. OLE color: 7143800.

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

Color convert

RGB 120 1 109 -
CMYK 0 0.99 0.09 0.53
HSL 305.55º 0.98% 0.24% -
HSV(B) 305.55º 0.99% 0.47% -
XYZ 10.52 5.12 14.9 -
YUV 48.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 120 1 109 0 0.99 0.09 0.53 305.55 0.98 0.24
Hex 78 1 6D 0 63 9 35 132 62 18
Octal 170 1 155 0 143 11 65 462 142 30
Binary 1111000 1 1101101 0 1100011 1001 110101 100110010 1100010 11000

Color Harmonies of #78016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78016D

Black with #78016D

Text Example


Text Example

White with #78016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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