Html Css Color HEX #770572 Purple

📋 copy color: '#770572'

red 119 ◦ green 5 ◦ blue 114

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

Shades of Purple #770572

Tints of Purple #770572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 50%
G = 2.1%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#770572 (or 0x770572) is known color: Purple. HEX triplet: 77, 05 and 72. RGB value is (119,5,114). Sum of RGB (Red+Green+Blue) = 119+5+114=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770572 is #88FA8D. Grayscale: #333333. Windows color (decimal): -8977038 or 7472503. OLE color: 7472503.

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

Color convert

RGB 119 5 114 -
CMYK 0 0.96 0.04 0.53
HSL 302.63º 0.92% 0.24% -
HSV(B) 302.63º 0.96% 0.47% -
XYZ 10.7 5.25 16.37 -
YUV 51.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 119 5 114 0 0.96 0.04 0.53 302.63 0.92 0.24
Hex 77 5 72 0 60 4 35 12F 5C 18
Octal 167 5 162 0 140 4 65 457 134 30
Binary 1110111 101 1110010 0 1100000 100 110101 100101111 1011100 11000

Color Harmonies of #770572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770572

Black with #770572

Text Example


Text Example

White with #770572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770572; }

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

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

background-color css

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

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

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

border-color css

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

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

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