Html Css Color HEX #770687 Purple

📋 copy color: '#770687'

red 119 ◦ green 6 ◦ blue 135

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

Shades of Purple #770687

Tints of Purple #770687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 45.77%
G = 2.31%
B = 51.92%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770687 (or 0x770687) is known color: Purple. HEX triplet: 77, 06 and 87. RGB value is (119,6,135). Sum of RGB (Red+Green+Blue) = 119+6+135=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #770687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770687 is #88F978. Grayscale: #363636. Windows color (decimal): -8976761 or 8849015. OLE color: 8849015.

HSL color Cylindrical-coordinate representation of color #770687: hue angle of 292.56º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770687 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 6 135 -
CMYK 0.12 0.96 0 0.47
HSL 292.56º 0.91% 0.28% -
HSV(B) 292.56º 0.96% 0.53% -
XYZ 12.05 5.8 23.41 -
YUV 54.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 119 6 135 0.12 0.96 0 0.47 292.56 0.91 0.28
Hex 77 6 87 C 60 0 2F 125 5B 1C
Octal 167 6 207 14 140 0 57 445 133 34
Binary 1110111 110 10000111 1100 1100000 0 101111 100100101 1011011 11100

Color Harmonies of #770687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770687

Black with #770687

Text Example


Text Example

White with #770687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770687; }

 p { color: rgb(119,6,135); }

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

background-color css

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

 a { background-color: rgb(119,6,135); }

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

border-color css

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

 span { border-color: rgb(119,6,135); }

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