Html Css Color HEX #770261 Purple

📋 copy color: '#770261'

red 119 ◦ green 2 ◦ blue 97

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

Shades of Purple #770261

Tints of Purple #770261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 54.59%
G = 0.92%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770261 (or 0x770261) is known color: Purple. HEX triplet: 77, 02 and 61. RGB value is (119,2,97). Sum of RGB (Red+Green+Blue) = 119+2+97=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #770261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770261 is #88FD9E. Grayscale: #2F2F2F. Windows color (decimal): -8977823 or 6357623. OLE color: 6357623.

HSL color Cylindrical-coordinate representation of color #770261: hue angle of 311.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770261 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 2 97 -
CMYK 0 0.98 0.18 0.53
HSL 311.28º 0.97% 0.24% -
HSV(B) 311.28º 0.98% 0.47% -
XYZ 9.79 4.83 11.73 -
YUV 47.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 119 2 97 0 0.98 0.18 0.53 311.28 0.97 0.24
Hex 77 2 61 0 62 12 35 137 61 18
Octal 167 2 141 0 142 22 65 467 141 30
Binary 1110111 10 1100001 0 1100010 10010 110101 100110111 1100001 11000

Color Harmonies of #770261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770261

Black with #770261

Text Example


Text Example

White with #770261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770261; }

 p { color: rgb(119,2,97); }

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

background-color css

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

 a { background-color: rgb(119,2,97); }

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

border-color css

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

 span { border-color: rgb(119,2,97); }

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