Html Css Color HEX #770564 Purple

📋 copy color: '#770564'

red 119 ◦ green 5 ◦ blue 100

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

Shades of Purple #770564

Tints of Purple #770564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 100 (39.45% from 255) = 44.64%

R = 53.13%
G = 2.23%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#770564 (or 0x770564) is known color: Purple. HEX triplet: 77, 05 and 64. RGB value is (119,5,100). Sum of RGB (Red+Green+Blue) = 119+5+100=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770564 is #88FA9B. Grayscale: #313131. Windows color (decimal): -8977052 or 6554999. OLE color: 6554999.

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

Color convert

RGB 119 5 100 -
CMYK 0 0.96 0.16 0.53
HSL 310º 0.92% 0.24% -
HSV(B) 310º 0.96% 0.47% -
XYZ 9.96 4.95 12.49 -
YUV 49.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 119 5 100 0 0.96 0.16 0.53 310 0.92 0.24
Hex 77 5 64 0 60 10 35 136 5C 18
Octal 167 5 144 0 140 20 65 466 134 30
Binary 1110111 101 1100100 0 1100000 10000 110101 100110110 1011100 11000

Color Harmonies of #770564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770564

Black with #770564

Text Example


Text Example

White with #770564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770564; }

 p { color: rgb(119,5,100); }

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

background-color css

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

 a { background-color: rgb(119,5,100); }

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

border-color css

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

 span { border-color: rgb(119,5,100); }

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