Html Css Color HEX #77146E Dark Purple

📋 copy color: '#77146E'

red 119 ◦ green 20 ◦ blue 110

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

Shades of Dark Purple #77146E

Tints of Dark Purple #77146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 47.79%
G = 8.03%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77146E (or 0x77146E) is known color: Dark Purple. HEX triplet: 77, 14 and 6E. RGB value is (119,20,110). Sum of RGB (Red+Green+Blue) = 119+20+110=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77146E is #88EB91. Grayscale: #3B3B3B. Windows color (decimal): -8973202 or 7214199. OLE color: 7214199.

HSL color Cylindrical-coordinate representation of color #77146E: hue angle of 305.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77146E is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 110 -
CMYK 0 0.83 0.08 0.53
HSL 305.45º 0.71% 0.27% -
HSV(B) 305.45º 0.83% 0.47% -
XYZ 10.67 5.55 15.26 -
YUV 59.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 119 20 110 0 0.83 0.08 0.53 305.45 0.71 0.27
Hex 77 14 6E 0 53 8 35 131 47 1B
Octal 167 24 156 0 123 10 65 461 107 33
Binary 1110111 10100 1101110 0 1010011 1000 110101 100110001 1000111 11011

Color Harmonies of #77146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77146E

Black with #77146E

Text Example


Text Example

White with #77146E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,20,110); }

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

background-color css

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

 a { background-color: rgb(119,20,110); }

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

border-color css

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

 span { border-color: rgb(119,20,110); }

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