Html Css Color HEX #780E70 Purple

📋 copy color: '#780E70'

red 120 ◦ green 14 ◦ blue 112

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

Shades of Purple #780E70

Tints of Purple #780E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.69%

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 48.78%
G = 5.69%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#780E70 (or 0x780E70) is known color: Purple. HEX triplet: 78, 0E and 70. RGB value is (120,14,112). Sum of RGB (Red+Green+Blue) = 120+14+112=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #780E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E70 is #87F18F. Grayscale: #383838. Windows color (decimal): -8909200 or 7343736. OLE color: 7343736.

HSL color Cylindrical-coordinate representation of color #780E70: hue angle of 304.53º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E70 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 14 112 -
CMYK 0 0.88 0.07 0.53
HSL 304.53º 0.79% 0.26% -
HSV(B) 304.53º 0.88% 0.47% -
XYZ 10.83 5.48 15.82 -
YUV 56.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 120 14 112 0 0.88 0.07 0.53 304.53 0.79 0.26
Hex 78 E 70 0 58 7 35 131 4F 1A
Octal 170 16 160 0 130 7 65 461 117 32
Binary 1111000 1110 1110000 0 1011000 111 110101 100110001 1001111 11010

Color Harmonies of #780E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E70

Black with #780E70

Text Example


Text Example

White with #780E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,14,112); }

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

background-color css

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

 a { background-color: rgb(120,14,112); }

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

border-color css

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

 span { border-color: rgb(120,14,112); }

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