Html Css Color HEX #780F70 Dark Purple

📋 copy color: '#780F70'

red 120 ◦ green 15 ◦ blue 112

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

Shades of Dark Purple #780F70

Tints of Dark Purple #780F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

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

R = 48.58%
G = 6.07%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#780F70 (or 0x780F70) is known color: Dark Purple. HEX triplet: 78, 0F and 70. RGB value is (120,15,112). Sum of RGB (Red+Green+Blue) = 120+15+112=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #780F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F70 is #87F08F. Grayscale: #393939. Windows color (decimal): -8908944 or 7343992. OLE color: 7343992.

HSL color Cylindrical-coordinate representation of color #780F70: hue angle of 304.57º degrees, saturation: 0.78, 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 #780F70 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 112 -
CMYK 0 0.87 0.07 0.53
HSL 304.57º 0.78% 0.26% -
HSV(B) 304.57º 0.88% 0.47% -
XYZ 10.84 5.5 15.82 -
YUV 57.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 120 15 112 0 0.87 0.07 0.53 304.57 0.78 0.26
Hex 78 F 70 0 57 7 35 131 4E 1A
Octal 170 17 160 0 127 7 65 461 116 32
Binary 1111000 1111 1110000 0 1010111 111 110101 100110001 1001110 11010

Color Harmonies of #780F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F70

Black with #780F70

Text Example


Text Example

White with #780F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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