Html Css Color HEX #780C71 Purple

📋 copy color: '#780C71'

red 120 ◦ green 12 ◦ blue 113

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

Shades of Purple #780C71

Tints of Purple #780C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.9%

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 48.98%
G = 4.9%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#780C71 (or 0x780C71) is known color: Purple. HEX triplet: 78, 0C and 71. RGB value is (120,12,113). Sum of RGB (Red+Green+Blue) = 120+12+113=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #780C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C71 is #87F38E. Grayscale: #373737. Windows color (decimal): -8909711 or 7408760. OLE color: 7408760.

HSL color Cylindrical-coordinate representation of color #780C71: hue angle of 303.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C71 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 113 -
CMYK 0 0.90 0.06 0.53
HSL 303.89º 0.82% 0.26% -
HSV(B) 303.89º 0.9% 0.47% -
XYZ 10.86 5.45 16.1 -
YUV 55.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 120 12 113 0 0.90 0.06 0.53 303.89 0.82 0.26
Hex 78 C 71 0 5A 6 35 130 52 1A
Octal 170 14 161 0 132 6 65 460 122 32
Binary 1111000 1100 1110001 0 1011010 110 110101 100110000 1010010 11010

Color Harmonies of #780C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C71

Black with #780C71

Text Example


Text Example

White with #780C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780C71; }

 p { color: rgb(120,12,113); }

 H1.HeaderClassName
 {
   color: #780C71;
 }
 .AnyTagClassName
 {
   color: #780C71;
 }
</style>

background-color css

<style>
 a { background-color: #780C71; }

 a { background-color: rgb(120,12,113); }

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

border-color css

<style>
 span { border-color: #780C71; }

 span { border-color: rgb(120,12,113); }

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