Html Css Color HEX #780F6D Dark Purple

📋 copy color: '#780F6D'

red 120 ◦ green 15 ◦ blue 109

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

Shades of Dark Purple #780F6D

Tints of Dark Purple #780F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 49.18%
G = 6.15%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#780F6D (or 0x780F6D) is known color: Dark Purple. HEX triplet: 78, 0F and 6D. RGB value is (120,15,109). Sum of RGB (Red+Green+Blue) = 120+15+109=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #780F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F6D is #87F092. Grayscale: #383838. Windows color (decimal): -8908947 or 7147384. OLE color: 7147384.

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

Color convert

RGB 120 15 109 -
CMYK 0 0.87 0.09 0.53
HSL 306.29º 0.78% 0.26% -
HSV(B) 306.29º 0.88% 0.47% -
XYZ 10.68 5.44 14.96 -
YUV 57.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 120 15 109 0 0.87 0.09 0.53 306.29 0.78 0.26
Hex 78 F 6D 0 57 9 35 132 4E 1A
Octal 170 17 155 0 127 11 65 462 116 32
Binary 1111000 1111 1101101 0 1010111 1001 110101 100110010 1001110 11010

Color Harmonies of #780F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F6D

Black with #780F6D

Text Example


Text Example

White with #780F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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