Html Css Color HEX #780F6E Dark Purple

📋 copy color: '#780F6E'

red 120 ◦ green 15 ◦ blue 110

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

Shades of Dark Purple #780F6E

Tints of Dark Purple #780F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 48.98%
G = 6.12%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#780F6E (or 0x780F6E) is known color: Dark Purple. HEX triplet: 78, 0F and 6E. RGB value is (120,15,110). Sum of RGB (Red+Green+Blue) = 120+15+110=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #780F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F6E is #87F091. Grayscale: #383838. Windows color (decimal): -8908946 or 7212920. OLE color: 7212920.

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

Color convert

RGB 120 15 110 -
CMYK 0 0.87 0.08 0.53
HSL 305.71º 0.78% 0.26% -
HSV(B) 305.71º 0.88% 0.47% -
XYZ 10.73 5.46 15.24 -
YUV 57.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 120 15 110 0 0.87 0.08 0.53 305.71 0.78 0.26
Hex 78 F 6E 0 57 8 35 132 4E 1A
Octal 170 17 156 0 127 10 65 462 116 32
Binary 1111000 1111 1101110 0 1010111 1000 110101 100110010 1001110 11010

Color Harmonies of #780F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F6E

Black with #780F6E

Text Example


Text Example

White with #780F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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