Html Css Color HEX #770370 Purple

📋 copy color: '#770370'

red 119 ◦ green 3 ◦ blue 112

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

Shades of Purple #770370

Tints of Purple #770370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 50.85%
G = 1.28%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770370 (or 0x770370) is known color: Purple. HEX triplet: 77, 03 and 70. RGB value is (119,3,112). Sum of RGB (Red+Green+Blue) = 119+3+112=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #770370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770370 is #88FC8F. Grayscale: #313131. Windows color (decimal): -8977552 or 7340919. OLE color: 7340919.

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

Color convert

RGB 119 3 112 -
CMYK 0 0.97 0.06 0.53
HSL 303.62º 0.95% 0.24% -
HSV(B) 303.62º 0.97% 0.47% -
XYZ 10.56 5.16 15.77 -
YUV 50.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 119 3 112 0 0.97 0.06 0.53 303.62 0.95 0.24
Hex 77 3 70 0 61 6 35 130 5F 18
Octal 167 3 160 0 141 6 65 460 137 30
Binary 1110111 11 1110000 0 1100001 110 110101 100110000 1011111 11000

Color Harmonies of #770370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770370

Black with #770370

Text Example


Text Example

White with #770370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770370; }

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

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

background-color css

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

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

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

border-color css

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

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

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