Html Css Color HEX #76069B Dark Magenta

📋 copy color: '#76069B'

red 118 ◦ green 6 ◦ blue 155

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

Shades of Dark Magenta #76069B

Tints of Dark Magenta #76069B

RGB

 RED value IS 118 (46.48% from 255) = 42.29%

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

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

R = 42.29%
G = 2.15%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76069B (or 0x76069B) is known color: Dark Magenta. HEX triplet: 76, 06 and 9B. RGB value is (118,6,155). Sum of RGB (Red+Green+Blue) = 118+6+155=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #76069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76069B is #89F964. Grayscale: #373737. Windows color (decimal): -9042277 or 10159734. OLE color: 10159734.

HSL color Cylindrical-coordinate representation of color #76069B: hue angle of 285.1º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76069B is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 6 155 -
CMYK 0.24 0.96 0 0.39
HSL 285.1º 0.93% 0.32% -
HSV(B) 285.1º 0.96% 0.61% -
XYZ 13.45 6.35 31.53 -
YUV 56.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 118 6 155 0.24 0.96 0 0.39 285.1 0.93 0.32
Hex 76 6 9B 18 60 0 27 11D 5D 20
Octal 166 6 233 30 140 0 47 435 135 40
Binary 1110110 110 10011011 11000 1100000 0 100111 100011101 1011101 100000

Color Harmonies of #76069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76069B

Black with #76069B

Text Example


Text Example

White with #76069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,6,155); }

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

background-color css

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

 a { background-color: rgb(118,6,155); }

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

border-color css

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

 span { border-color: rgb(118,6,155); }

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