Html Css Color HEX #770F7D Purple

📋 copy color: '#770F7D'

red 119 ◦ green 15 ◦ blue 125

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

Shades of Purple #770F7D

Tints of Purple #770F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.79%

 BLUE value IS 125 (49.22% from 255) = 48.26%

R = 45.95%
G = 5.79%
B = 48.26%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#770F7D (or 0x770F7D) is known color: Purple. HEX triplet: 77, 0F and 7D. RGB value is (119,15,125). Sum of RGB (Red+Green+Blue) = 119+15+125=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #770F7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F7D is #88F082. Grayscale: #3A3A3A. Windows color (decimal): -8974467 or 8195959. OLE color: 8195959.

HSL color Cylindrical-coordinate representation of color #770F7D: hue angle of 296.73º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770F7D is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 15 125 -
CMYK 0.05 0.88 0 0.51
HSL 296.73º 0.79% 0.27% -
HSV(B) 296.73º 0.88% 0.49% -
XYZ 11.48 5.74 19.91 -
YUV 58.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 119 15 125 0.05 0.88 0 0.51 296.73 0.79 0.27
Hex 77 F 7D 5 58 0 33 129 4F 1B
Octal 167 17 175 5 130 0 63 451 117 33
Binary 1110111 1111 1111101 101 1011000 0 110011 100101001 1001111 11011

Color Harmonies of #770F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F7D

Black with #770F7D

Text Example


Text Example

White with #770F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,15,125); }

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

background-color css

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

 a { background-color: rgb(119,15,125); }

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

border-color css

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

 span { border-color: rgb(119,15,125); }

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