Html Css Color HEX #770D72 Purple

📋 copy color: '#770D72'

red 119 ◦ green 13 ◦ blue 114

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

Shades of Purple #770D72

Tints of Purple #770D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

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

R = 48.37%
G = 5.28%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#770D72 (or 0x770D72) is known color: Purple. HEX triplet: 77, 0D and 72. RGB value is (119,13,114). Sum of RGB (Red+Green+Blue) = 119+13+114=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #770D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D72 is #88F28D. Grayscale: #373737. Windows color (decimal): -8974990 or 7474551. OLE color: 7474551.

HSL color Cylindrical-coordinate representation of color #770D72: hue angle of 302.83º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D72 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 114 -
CMYK 0 0.89 0.04 0.53
HSL 302.83º 0.8% 0.26% -
HSV(B) 302.83º 0.89% 0.47% -
XYZ 10.79 5.42 16.4 -
YUV 56.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 119 13 114 0 0.89 0.04 0.53 302.83 0.8 0.26
Hex 77 D 72 0 59 4 35 12F 50 1A
Octal 167 15 162 0 131 4 65 457 120 32
Binary 1110111 1101 1110010 0 1011001 100 110101 100101111 1010000 11010

Color Harmonies of #770D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D72

Black with #770D72

Text Example


Text Example

White with #770D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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