Html Css Color HEX #770D7C Purple

📋 copy color: '#770D7C'

red 119 ◦ green 13 ◦ blue 124

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

Shades of Purple #770D7C

Tints of Purple #770D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 46.48%
G = 5.08%
B = 48.44%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#770D7C (or 0x770D7C) is known color: Purple. HEX triplet: 77, 0D and 7C. RGB value is (119,13,124). Sum of RGB (Red+Green+Blue) = 119+13+124=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #770D7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D7C is #88F283. Grayscale: #393939. Windows color (decimal): -8974980 or 8129911. OLE color: 8129911.

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

Color convert

RGB 119 13 124 -
CMYK 0.04 0.90 0 0.51
HSL 297.3º 0.81% 0.27% -
HSV(B) 297.3º 0.9% 0.49% -
XYZ 11.39 5.67 19.56 -
YUV 57.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 119 13 124 0.04 0.90 0 0.51 297.3 0.81 0.27
Hex 77 D 7C 4 5A 0 33 129 51 1B
Octal 167 15 174 4 132 0 63 451 121 33
Binary 1110111 1101 1111100 100 1011010 0 110011 100101001 1010001 11011

Color Harmonies of #770D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D7C

Black with #770D7C

Text Example


Text Example

White with #770D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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