Html Css Color HEX #770D7F Purple

📋 copy color: '#770D7F'

red 119 ◦ green 13 ◦ blue 127

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

Shades of Purple #770D7F

Tints of Purple #770D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.02%

 BLUE value IS 127 (50% from 255) = 49.03%

R = 45.95%
G = 5.02%
B = 49.03%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#770D7F (or 0x770D7F) is known color: Purple. HEX triplet: 77, 0D and 7F. RGB value is (119,13,127). Sum of RGB (Red+Green+Blue) = 119+13+127=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #770D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D7F is #88F280. Grayscale: #393939. Windows color (decimal): -8974977 or 8326519. OLE color: 8326519.

HSL color Cylindrical-coordinate representation of color #770D7F: hue angle of 295.79º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770D7F is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 13 127 -
CMYK 0.06 0.90 0 0.50
HSL 295.79º 0.81% 0.27% -
HSV(B) 295.79º 0.9% 0.5% -
XYZ 11.58 5.74 20.58 -
YUV 57.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 119 13 127 0.06 0.90 0 0.50 295.79 0.81 0.27
Hex 77 D 7F 6 5A 0 32 128 51 1B
Octal 167 15 177 6 132 0 62 450 121 33
Binary 1110111 1101 1111111 110 1011010 0 110010 100101000 1010001 11011

Color Harmonies of #770D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D7F

Black with #770D7F

Text Example


Text Example

White with #770D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,13,127); }

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

background-color css

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

 a { background-color: rgb(119,13,127); }

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

border-color css

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

 span { border-color: rgb(119,13,127); }

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