Html Css Color HEX #77207E Dark Purple

📋 copy color: '#77207E'

red 119 ◦ green 32 ◦ blue 126

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

Shades of Dark Purple #77207E

Tints of Dark Purple #77207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 42.96%
G = 11.55%
B = 45.49%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77207E (or 0x77207E) is known color: Dark Purple. HEX triplet: 77, 20 and 7E. RGB value is (119,32,126). Sum of RGB (Red+Green+Blue) = 119+32+126=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #77207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77207E is #88DF81. Grayscale: #444444. Windows color (decimal): -8970114 or 8265847. OLE color: 8265847.

HSL color Cylindrical-coordinate representation of color #77207E: hue angle of 295.53º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77207E is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 32 126 -
CMYK 0.06 0.75 0 0.51
HSL 295.53º 0.59% 0.31% -
HSV(B) 295.53º 0.75% 0.49% -
XYZ 11.89 6.46 20.36 -
YUV 68.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 119 32 126 0.06 0.75 0 0.51 295.53 0.59 0.31
Hex 77 20 7E 6 4B 0 33 128 3B 1F
Octal 167 40 176 6 113 0 63 450 73 37
Binary 1110111 100000 1111110 110 1001011 0 110011 100101000 111011 11111

Color Harmonies of #77207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77207E

Black with #77207E

Text Example


Text Example

White with #77207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77207E; }

 p { color: rgb(119,32,126); }

 H1.HeaderClassName
 {
   color: #77207E;
 }
 .AnyTagClassName
 {
   color: #77207E;
 }
</style>

background-color css

<style>
 a { background-color: #77207E; }

 a { background-color: rgb(119,32,126); }

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

border-color css

<style>
 span { border-color: #77207E; }

 span { border-color: rgb(119,32,126); }

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