Html Css Color HEX #770D83 Purple

📋 copy color: '#770D83'

red 119 ◦ green 13 ◦ blue 131

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

Shades of Purple #770D83

Tints of Purple #770D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.81%

R = 45.25%
G = 4.94%
B = 49.81%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770D83 (or 0x770D83) is known color: Purple. HEX triplet: 77, 0D and 83. RGB value is (119,13,131). Sum of RGB (Red+Green+Blue) = 119+13+131=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #770D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D83 is #88F27C. Grayscale: #393939. Windows color (decimal): -8974973 or 8588663. OLE color: 8588663.

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

Color convert

RGB 119 13 131 -
CMYK 0.09 0.90 0 0.49
HSL 293.9º 0.82% 0.28% -
HSV(B) 293.9º 0.9% 0.51% -
XYZ 11.85 5.85 21.98 -
YUV 58.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 119 13 131 0.09 0.90 0 0.49 293.9 0.82 0.28
Hex 77 D 83 9 5A 0 31 126 52 1C
Octal 167 15 203 11 132 0 61 446 122 34
Binary 1110111 1101 10000011 1001 1011010 0 110001 100100110 1010010 11100

Color Harmonies of #770D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D83

Black with #770D83

Text Example


Text Example

White with #770D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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