Html Css Color HEX #770570 Purple

📋 copy color: '#770570'

red 119 ◦ green 5 ◦ blue 112

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

Shades of Purple #770570

Tints of Purple #770570

RGB

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

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

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

R = 50.42%
G = 2.12%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770570 (or 0x770570) is known color: Purple. HEX triplet: 77, 05 and 70. RGB value is (119,5,112). Sum of RGB (Red+Green+Blue) = 119+5+112=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770570 is #88FA8F. Grayscale: #323232. Windows color (decimal): -8977040 or 7341431. OLE color: 7341431.

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

Color convert

RGB 119 5 112 -
CMYK 0 0.96 0.06 0.53
HSL 303.68º 0.92% 0.24% -
HSV(B) 303.68º 0.96% 0.47% -
XYZ 10.59 5.2 15.78 -
YUV 51.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 119 5 112 0 0.96 0.06 0.53 303.68 0.92 0.24
Hex 77 5 70 0 60 6 35 130 5C 18
Octal 167 5 160 0 140 6 65 460 134 30
Binary 1110111 101 1110000 0 1100000 110 110101 100110000 1011100 11000

Color Harmonies of #770570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770570

Black with #770570

Text Example


Text Example

White with #770570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770570; }

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

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

background-color css

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

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

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

border-color css

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

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

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