Html Css Color HEX #770072 Purple

📋 copy color: '#770072'

red 119 ◦ green 0 ◦ blue 114

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

Shades of Purple #770072

Tints of Purple #770072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.07%
G = 0%
B = 48.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#770072 (or 0x770072) is known color: Purple. HEX triplet: 77, 00 and 72. RGB value is (119,0,114). Sum of RGB (Red+Green+Blue) = 119+0+114=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770072 is #88FF8D. Grayscale: #303030. Windows color (decimal): -8978318 or 7471223. OLE color: 7471223.

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

Color convert

RGB 119 0 114 -
CMYK 0 1 0.04 0.53
HSL 302.52º 1% 0.23% -
HSV(B) 302.52º 1% 0.47% -
XYZ 10.65 5.14 16.35 -
YUV 48.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 119 0 114 0 1 0.04 0.53 302.52 1 0.23
Hex 77 0 72 0 64 4 35 12F 64 17
Octal 167 0 162 0 144 4 65 457 144 27
Binary 1110111 0 1110010 0 1100100 100 110101 100101111 1100100 10111

Color Harmonies of #770072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770072

Black with #770072

Text Example


Text Example

White with #770072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770072; }

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

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

background-color css

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

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

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

border-color css

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

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

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