Html Css Color HEX #780698 Dark Magenta

📋 copy color: '#780698'

red 120 ◦ green 6 ◦ blue 152

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

Shades of Dark Magenta #780698

Tints of Dark Magenta #780698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 43.17%
G = 2.16%
B = 54.68%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#780698 (or 0x780698) is known color: Dark Magenta. HEX triplet: 78, 06 and 98. RGB value is (120,6,152). Sum of RGB (Red+Green+Blue) = 120+6+152=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #780698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780698 is #87F967. Grayscale: #383838. Windows color (decimal): -8911208 or 9963128. OLE color: 9963128.

HSL color Cylindrical-coordinate representation of color #780698: hue angle of 286.85º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780698 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 6 152 -
CMYK 0.21 0.96 0 0.40
HSL 286.85º 0.92% 0.31% -
HSV(B) 286.85º 0.96% 0.6% -
XYZ 13.48 6.39 30.23 -
YUV 56.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 120 6 152 0.21 0.96 0 0.40 286.85 0.92 0.31
Hex 78 6 98 15 60 0 28 11F 5C 1F
Octal 170 6 230 25 140 0 50 437 134 37
Binary 1111000 110 10011000 10101 1100000 0 101000 100011111 1011100 11111

Color Harmonies of #780698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780698

Black with #780698

Text Example


Text Example

White with #780698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780698; }

 p { color: rgb(120,6,152); }

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

background-color css

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

 a { background-color: rgb(120,6,152); }

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

border-color css

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

 span { border-color: rgb(120,6,152); }

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