Html Css Color HEX #7A1877 Dark Purple

📋 copy color: '#7A1877'

red 122 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #7A1877

Tints of Dark Purple #7A1877

RGB

 RED value IS 122 (48.05% from 255) = 46.04%

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 46.04%
G = 9.06%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A1877 (or 0x7A1877) is known color: Dark Purple. HEX triplet: 7A, 18 and 77. RGB value is (122,24,119). Sum of RGB (Red+Green+Blue) = 122+24+119=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1877 is #85E788. Grayscale: #3F3F3F. Windows color (decimal): -8775561 or 7805050. OLE color: 7805050.

HSL color Cylindrical-coordinate representation of color #7A1877: hue angle of 301.84º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1877 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 24 119 -
CMYK 0 0.80 0.02 0.52
HSL 301.84º 0.67% 0.29% -
HSV(B) 301.84º 0.8% 0.48% -
XYZ 11.68 6.12 18.02 -
YUV 64.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 122 24 119 0 0.80 0.02 0.52 301.84 0.67 0.29
Hex 7A 18 77 0 50 2 34 12E 43 1D
Octal 172 30 167 0 120 2 64 456 103 35
Binary 1111010 11000 1110111 0 1010000 10 110100 100101110 1000011 11101

Color Harmonies of #7A1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1877

Black with #7A1877

Text Example


Text Example

White with #7A1877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1877; }

 p { color: rgb(122,24,119); }

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

background-color css

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

 a { background-color: rgb(122,24,119); }

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

border-color css

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

 span { border-color: rgb(122,24,119); }

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