Html Css Color HEX #770684 Purple

📋 copy color: '#770684'

red 119 ◦ green 6 ◦ blue 132

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

Shades of Purple #770684

Tints of Purple #770684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.36%

R = 46.3%
G = 2.33%
B = 51.36%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#770684 (or 0x770684) is known color: Purple. HEX triplet: 77, 06 and 84. RGB value is (119,6,132). Sum of RGB (Red+Green+Blue) = 119+6+132=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #770684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770684 is #88F97B. Grayscale: #353535. Windows color (decimal): -8976764 or 8652407. OLE color: 8652407.

HSL color Cylindrical-coordinate representation of color #770684: hue angle of 293.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770684 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 6 132 -
CMYK 0.10 0.95 0 0.48
HSL 293.81º 0.91% 0.27% -
HSV(B) 293.81º 0.95% 0.52% -
XYZ 11.84 5.72 22.31 -
YUV 54.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 119 6 132 0.10 0.95 0 0.48 293.81 0.91 0.27
Hex 77 6 84 A 5F 0 30 126 5B 1B
Octal 167 6 204 12 137 0 60 446 133 33
Binary 1110111 110 10000100 1010 1011111 0 110000 100100110 1011011 11011

Color Harmonies of #770684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770684

Black with #770684

Text Example


Text Example

White with #770684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770684; }

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

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

background-color css

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

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

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

border-color css

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

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

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