Html Css Color HEX #77196F Dark Purple

📋 copy color: '#77196F'

red 119 ◦ green 25 ◦ blue 111

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

Shades of Dark Purple #77196F

Tints of Dark Purple #77196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 46.67%
G = 9.8%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77196F (or 0x77196F) is known color: Dark Purple. HEX triplet: 77, 19 and 6F. RGB value is (119,25,111). Sum of RGB (Red+Green+Blue) = 119+25+111=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #77196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77196F is #88E690. Grayscale: #3E3E3E. Windows color (decimal): -8971921 or 7281015. OLE color: 7281015.

HSL color Cylindrical-coordinate representation of color #77196F: hue angle of 305.11º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77196F is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 111 -
CMYK 0 0.79 0.07 0.53
HSL 305.11º 0.65% 0.28% -
HSV(B) 305.11º 0.79% 0.47% -
XYZ 10.82 5.76 15.58 -
YUV 62.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 119 25 111 0 0.79 0.07 0.53 305.11 0.65 0.28
Hex 77 19 6F 0 4F 7 35 131 41 1C
Octal 167 31 157 0 117 7 65 461 101 34
Binary 1110111 11001 1101111 0 1001111 111 110101 100110001 1000001 11100

Color Harmonies of #77196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77196F

Black with #77196F

Text Example


Text Example

White with #77196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77196F; }

 p { color: rgb(119,25,111); }

 H1.HeaderClassName
 {
   color: #77196F;
 }
 .AnyTagClassName
 {
   color: #77196F;
 }
</style>

background-color css

<style>
 a { background-color: #77196F; }

 a { background-color: rgb(119,25,111); }

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

border-color css

<style>
 span { border-color: #77196F; }

 span { border-color: rgb(119,25,111); }

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