Html Css Color HEX #760CAA Dark Magenta

📋 copy color: '#760CAA'

red 118 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #760CAA

Tints of Dark Magenta #760CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 39.33%
G = 4%
B = 56.67%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#760CAA (or 0x760CAA) is known color: Dark Magenta. HEX triplet: 76, 0C and AA. RGB value is (118,12,170). Sum of RGB (Red+Green+Blue) = 118+12+170=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #760CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760CAA is #89F355. Grayscale: #3D3D3D. Windows color (decimal): -9040726 or 11144310. OLE color: 11144310.

HSL color Cylindrical-coordinate representation of color #760CAA: hue angle of 280.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760CAA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 12 170 -
CMYK 0.31 0.93 0 0.33
HSL 280.25º 0.87% 0.36% -
HSV(B) 280.25º 0.93% 0.67% -
XYZ 14.86 7.02 38.6 -
YUV 61.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 118 12 170 0.31 0.93 0 0.33 280.25 0.87 0.36
Hex 76 C AA 1F 5D 0 21 118 57 24
Octal 166 14 252 37 135 0 41 430 127 44
Binary 1110110 1100 10101010 11111 1011101 0 100001 100011000 1010111 100100

Color Harmonies of #760CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CAA

Black with #760CAA

Text Example


Text Example

White with #760CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760CAA; }

 p { color: rgb(118,12,170); }

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

background-color css

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

 a { background-color: rgb(118,12,170); }

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

border-color css

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

 span { border-color: rgb(118,12,170); }

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