Html Css Color HEX #78016F Purple

📋 copy color: '#78016F'

red 120 ◦ green 1 ◦ blue 111

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

Shades of Purple #78016F

Tints of Purple #78016F

RGB

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

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

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

R = 51.72%
G = 0.43%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78016F (or 0x78016F) is known color: Purple. HEX triplet: 78, 01 and 6F. RGB value is (120,1,111). Sum of RGB (Red+Green+Blue) = 120+1+111=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78016F is #87FE90. Grayscale: #303030. Windows color (decimal): -8912529 or 7274872. OLE color: 7274872.

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

Color convert

RGB 120 1 111 -
CMYK 0 0.99 0.08 0.53
HSL 304.54º 0.98% 0.24% -
HSV(B) 304.54º 0.99% 0.47% -
XYZ 10.63 5.16 15.48 -
YUV 49.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 120 1 111 0 0.99 0.08 0.53 304.54 0.98 0.24
Hex 78 1 6F 0 63 8 35 131 62 18
Octal 170 1 157 0 143 10 65 461 142 30
Binary 1111000 1 1101111 0 1100011 1000 110101 100110001 1100010 11000

Color Harmonies of #78016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78016F

Black with #78016F

Text Example


Text Example

White with #78016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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