Html Css Color HEX #770573 Purple

📋 copy color: '#770573'

red 119 ◦ green 5 ◦ blue 115

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

Shades of Purple #770573

Tints of Purple #770573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.12%

R = 49.79%
G = 2.09%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#770573 (or 0x770573) is known color: Purple. HEX triplet: 77, 05 and 73. RGB value is (119,5,115). Sum of RGB (Red+Green+Blue) = 119+5+115=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770573 is #88FA8C. Grayscale: #333333. Windows color (decimal): -8977037 or 7538039. OLE color: 7538039.

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

Color convert

RGB 119 5 115 -
CMYK 0 0.96 0.03 0.53
HSL 302.11º 0.92% 0.24% -
HSV(B) 302.11º 0.96% 0.47% -
XYZ 10.76 5.27 16.67 -
YUV 51.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 119 5 115 0 0.96 0.03 0.53 302.11 0.92 0.24
Hex 77 5 73 0 60 3 35 12E 5C 18
Octal 167 5 163 0 140 3 65 456 134 30
Binary 1110111 101 1110011 0 1100000 11 110101 100101110 1011100 11000

Color Harmonies of #770573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770573

Black with #770573

Text Example


Text Example

White with #770573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770573; }

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

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

background-color css

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

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

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

border-color css

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

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

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