Html Css Color HEX #771472 Dark Purple

📋 copy color: '#771472'

red 119 ◦ green 20 ◦ blue 114

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

Shades of Dark Purple #771472

Tints of Dark Purple #771472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 47.04%
G = 7.91%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#771472 (or 0x771472) is known color: Dark Purple. HEX triplet: 77, 14 and 72. RGB value is (119,20,114). Sum of RGB (Red+Green+Blue) = 119+20+114=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #771472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771472 is #88EB8D. Grayscale: #3C3C3C. Windows color (decimal): -8973198 or 7476343. OLE color: 7476343.

HSL color Cylindrical-coordinate representation of color #771472: hue angle of 303.03º 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 #771472 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 114 -
CMYK 0 0.83 0.04 0.53
HSL 303.03º 0.71% 0.27% -
HSV(B) 303.03º 0.83% 0.47% -
XYZ 10.9 5.64 16.43 -
YUV 60.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 119 20 114 0 0.83 0.04 0.53 303.03 0.71 0.27
Hex 77 14 72 0 53 4 35 12F 47 1B
Octal 167 24 162 0 123 4 65 457 107 33
Binary 1110111 10100 1110010 0 1010011 100 110101 100101111 1000111 11011

Color Harmonies of #771472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771472

Black with #771472

Text Example


Text Example

White with #771472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771472; }

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

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

background-color css

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

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

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

border-color css

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

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

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