Html Css Color HEX #770575 Purple

📋 copy color: '#770575'

red 119 ◦ green 5 ◦ blue 117

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

Shades of Purple #770575

Tints of Purple #770575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 49.38%
G = 2.07%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#770575 (or 0x770575) is known color: Purple. HEX triplet: 77, 05 and 75. RGB value is (119,5,117). Sum of RGB (Red+Green+Blue) = 119+5+117=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #770575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770575 is #88FA8A. Grayscale: #333333. Windows color (decimal): -8977035 or 7669111. OLE color: 7669111.

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

Color convert

RGB 119 5 117 -
CMYK 0 0.96 0.02 0.53
HSL 301.05º 0.92% 0.24% -
HSV(B) 301.05º 0.96% 0.47% -
XYZ 10.87 5.31 17.28 -
YUV 51.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 119 5 117 0 0.96 0.02 0.53 301.05 0.92 0.24
Hex 77 5 75 0 60 2 35 12D 5C 18
Octal 167 5 165 0 140 2 65 455 134 30
Binary 1110111 101 1110101 0 1100000 10 110101 100101101 1011100 11000

Color Harmonies of #770575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770575

Black with #770575

Text Example


Text Example

White with #770575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770575; }

 p { color: rgb(119,5,117); }

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

background-color css

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

 a { background-color: rgb(119,5,117); }

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

border-color css

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

 span { border-color: rgb(119,5,117); }

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