Html Css Color HEX #770C72 Purple

📋 copy color: '#770C72'

red 119 ◦ green 12 ◦ blue 114

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

Shades of Purple #770C72

Tints of Purple #770C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.9%

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

R = 48.57%
G = 4.9%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#770C72 (or 0x770C72) is known color: Purple. HEX triplet: 77, 0C and 72. RGB value is (119,12,114). Sum of RGB (Red+Green+Blue) = 119+12+114=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #770C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C72 is #88F38D. Grayscale: #373737. Windows color (decimal): -8975246 or 7474295. OLE color: 7474295.

HSL color Cylindrical-coordinate representation of color #770C72: hue angle of 302.8º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C72 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 114 -
CMYK 0 0.90 0.04 0.53
HSL 302.8º 0.82% 0.26% -
HSV(B) 302.8º 0.9% 0.47% -
XYZ 10.78 5.4 16.39 -
YUV 55.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 119 12 114 0 0.90 0.04 0.53 302.8 0.82 0.26
Hex 77 C 72 0 5A 4 35 12F 52 1A
Octal 167 14 162 0 132 4 65 457 122 32
Binary 1110111 1100 1110010 0 1011010 100 110101 100101111 1010010 11010

Color Harmonies of #770C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C72

Black with #770C72

Text Example


Text Example

White with #770C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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