Html Css Color HEX #770361 Purple

📋 copy color: '#770361'

red 119 ◦ green 3 ◦ blue 97

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

Shades of Purple #770361

Tints of Purple #770361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 54.34%
G = 1.37%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770361 (or 0x770361) is known color: Purple. HEX triplet: 77, 03 and 61. RGB value is (119,3,97). Sum of RGB (Red+Green+Blue) = 119+3+97=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #770361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770361 is #88FC9E. Grayscale: #303030. Windows color (decimal): -8977567 or 6357879. OLE color: 6357879.

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

Color convert

RGB 119 3 97 -
CMYK 0 0.97 0.18 0.53
HSL 311.38º 0.95% 0.24% -
HSV(B) 311.38º 0.97% 0.47% -
XYZ 9.8 4.85 11.73 -
YUV 48.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 119 3 97 0 0.97 0.18 0.53 311.38 0.95 0.24
Hex 77 3 61 0 61 12 35 137 5F 18
Octal 167 3 141 0 141 22 65 467 137 30
Binary 1110111 11 1100001 0 1100001 10010 110101 100110111 1011111 11000

Color Harmonies of #770361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770361

Black with #770361

Text Example


Text Example

White with #770361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770361; }

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

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

background-color css

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

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

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

border-color css

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

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

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