Html Css Color HEX #770374 Purple

📋 copy color: '#770374'

red 119 ◦ green 3 ◦ blue 116

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

Shades of Purple #770374

Tints of Purple #770374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 50%
G = 1.26%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#770374 (or 0x770374) is known color: Purple. HEX triplet: 77, 03 and 74. RGB value is (119,3,116). Sum of RGB (Red+Green+Blue) = 119+3+116=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770374 is #88FC8B. Grayscale: #323232. Windows color (decimal): -8977548 or 7603063. OLE color: 7603063.

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

Color convert

RGB 119 3 116 -
CMYK 0 0.97 0.03 0.53
HSL 301.55º 0.95% 0.24% -
HSV(B) 301.55º 0.97% 0.47% -
XYZ 10.79 5.25 16.97 -
YUV 50.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 119 3 116 0 0.97 0.03 0.53 301.55 0.95 0.24
Hex 77 3 74 0 61 3 35 12E 5F 18
Octal 167 3 164 0 141 3 65 456 137 30
Binary 1110111 11 1110100 0 1100001 11 110101 100101110 1011111 11000

Color Harmonies of #770374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770374

Black with #770374

Text Example


Text Example

White with #770374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770374; }

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

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

background-color css

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

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

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

border-color css

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

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

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