Html Css Color HEX #770565 Purple

📋 copy color: '#770565'

red 119 ◦ green 5 ◦ blue 101

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

Shades of Purple #770565

Tints of Purple #770565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 52.89%
G = 2.22%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#770565 (or 0x770565) is known color: Purple. HEX triplet: 77, 05 and 65. RGB value is (119,5,101). Sum of RGB (Red+Green+Blue) = 119+5+101=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770565 is #88FA9A. Grayscale: #313131. Windows color (decimal): -8977051 or 6620535. OLE color: 6620535.

HSL color Cylindrical-coordinate representation of color #770565: hue angle of 309.47º 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 #770565 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 101 -
CMYK 0 0.96 0.15 0.53
HSL 309.47º 0.92% 0.24% -
HSV(B) 309.47º 0.96% 0.47% -
XYZ 10.01 4.97 12.74 -
YUV 50.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 119 5 101 0 0.96 0.15 0.53 309.47 0.92 0.24
Hex 77 5 65 0 60 F 35 135 5C 18
Octal 167 5 145 0 140 17 65 465 134 30
Binary 1110111 101 1100101 0 1100000 1111 110101 100110101 1011100 11000

Color Harmonies of #770565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770565

Black with #770565

Text Example


Text Example

White with #770565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770565; }

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

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

background-color css

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

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

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

border-color css

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

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

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