Html Css Color HEX #78029B Dark Magenta

📋 copy color: '#78029B'

red 120 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #78029B

Tints of Dark Magenta #78029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 43.32%
G = 0.72%
B = 55.96%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78029B (or 0x78029B) is known color: Dark Magenta. HEX triplet: 78, 02 and 9B. RGB value is (120,2,155). Sum of RGB (Red+Green+Blue) = 120+2+155=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #78029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78029B is #87FD64. Grayscale: #363636. Windows color (decimal): -8912229 or 10158712. OLE color: 10158712.

HSL color Cylindrical-coordinate representation of color #78029B: hue angle of 286.27º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78029B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 2 155 -
CMYK 0.23 0.99 0 0.39
HSL 286.27º 0.97% 0.31% -
HSV(B) 286.27º 0.99% 0.61% -
XYZ 13.68 6.4 31.53 -
YUV 54.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 120 2 155 0.23 0.99 0 0.39 286.27 0.97 0.31
Hex 78 2 9B 17 63 0 27 11E 61 1F
Octal 170 2 233 27 143 0 47 436 141 37
Binary 1111000 10 10011011 10111 1100011 0 100111 100011110 1100001 11111

Color Harmonies of #78029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78029B

Black with #78029B

Text Example


Text Example

White with #78029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78029B; }

 p { color: rgb(120,2,155); }

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

background-color css

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

 a { background-color: rgb(120,2,155); }

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

border-color css

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

 span { border-color: rgb(120,2,155); }

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