Html Css Color HEX #780C73 Purple

📋 copy color: '#780C73'

red 120 ◦ green 12 ◦ blue 115

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

Shades of Purple #780C73

Tints of Purple #780C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 48.58%
G = 4.86%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#780C73 (or 0x780C73) is known color: Purple. HEX triplet: 78, 0C and 73. RGB value is (120,12,115). Sum of RGB (Red+Green+Blue) = 120+12+115=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #780C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C73 is #87F38C. Grayscale: #373737. Windows color (decimal): -8909709 or 7539832. OLE color: 7539832.

HSL color Cylindrical-coordinate representation of color #780C73: hue angle of 302.78º 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 #780C73 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 115 -
CMYK 0 0.90 0.04 0.53
HSL 302.78º 0.82% 0.26% -
HSV(B) 302.78º 0.9% 0.47% -
XYZ 10.97 5.49 16.7 -
YUV 56.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 120 12 115 0 0.90 0.04 0.53 302.78 0.82 0.26
Hex 78 C 73 0 5A 4 35 12F 52 1A
Octal 170 14 163 0 132 4 65 457 122 32
Binary 1111000 1100 1110011 0 1011010 100 110101 100101111 1010010 11010

Color Harmonies of #780C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C73

Black with #780C73

Text Example


Text Example

White with #780C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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