Html Css Color HEX #770D6C Purple

📋 copy color: '#770D6C'

red 119 ◦ green 13 ◦ blue 108

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

Shades of Purple #770D6C

Tints of Purple #770D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 49.58%
G = 5.42%
B = 45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#770D6C (or 0x770D6C) is known color: Purple. HEX triplet: 77, 0D and 6C. RGB value is (119,13,108). Sum of RGB (Red+Green+Blue) = 119+13+108=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D6C is #88F293. Grayscale: #373737. Windows color (decimal): -8974996 or 7081335. OLE color: 7081335.

HSL color Cylindrical-coordinate representation of color #770D6C: hue angle of 306.23º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D6C is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 108 -
CMYK 0 0.89 0.09 0.53
HSL 306.23º 0.8% 0.26% -
HSV(B) 306.23º 0.89% 0.47% -
XYZ 10.46 5.29 14.66 -
YUV 55.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 119 13 108 0 0.89 0.09 0.53 306.23 0.8 0.26
Hex 77 D 6C 0 59 9 35 132 50 1A
Octal 167 15 154 0 131 11 65 462 120 32
Binary 1110111 1101 1101100 0 1011001 1001 110101 100110010 1010000 11010

Color Harmonies of #770D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D6C

Black with #770D6C

Text Example


Text Example

White with #770D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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