Html Css Color HEX #772A70 Dark Purple

📋 copy color: '#772A70'

red 119 ◦ green 42 ◦ blue 112

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

Shades of Dark Purple #772A70

Tints of Dark Purple #772A70

RGB

 RED value IS 119 (46.88% from 255) = 43.59%

 GREEN value IS 42 (16.8% from 255) = 15.38%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 43.59%
G = 15.38%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#772A70 (or 0x772A70) is known color: Dark Purple. HEX triplet: 77, 2A and 70. RGB value is (119,42,112). Sum of RGB (Red+Green+Blue) = 119+42+112=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A70 is #88D58F. Grayscale: #484848. Windows color (decimal): -8967568 or 7350903. OLE color: 7350903.

HSL color Cylindrical-coordinate representation of color #772A70: hue angle of 305.45º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A70 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 112 -
CMYK 0 0.65 0.06 0.53
HSL 305.45º 0.48% 0.32% -
HSV(B) 305.45º 0.65% 0.47% -
XYZ 11.36 6.75 16.03 -
YUV 73 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 119 42 112 0 0.65 0.06 0.53 305.45 0.48 0.32
Hex 77 2A 70 0 41 6 35 131 30 20
Octal 167 52 160 0 101 6 65 461 60 40
Binary 1110111 101010 1110000 0 1000001 110 110101 100110001 110000 100000

Color Harmonies of #772A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A70

Black with #772A70

Text Example


Text Example

White with #772A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772A70; }

 p { color: rgb(119,42,112); }

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

background-color css

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

 a { background-color: rgb(119,42,112); }

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

border-color css

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

 span { border-color: rgb(119,42,112); }

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