Html Css Color HEX #770065 Purple

📋 copy color: '#770065'

red 119 ◦ green 0 ◦ blue 101

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

Shades of Purple #770065

Tints of Purple #770065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.09%
G = 0%
B = 45.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#770065 (or 0x770065) is known color: Purple. HEX triplet: 77, 00 and 65. RGB value is (119,0,101). Sum of RGB (Red+Green+Blue) = 119+0+101=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770065 is #88FF9A. Grayscale: #2E2E2E. Windows color (decimal): -8978331 or 6619255. OLE color: 6619255.

HSL color Cylindrical-coordinate representation of color #770065: hue angle of 309.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770065 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 101 -
CMYK 0 1 0.15 0.53
HSL 309.08º 1% 0.23% -
HSV(B) 309.08º 1% 0.47% -
XYZ 9.96 4.86 12.73 -
YUV 47.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 119 0 101 0 1 0.15 0.53 309.08 1 0.23
Hex 77 0 65 0 64 F 35 135 64 17
Octal 167 0 145 0 144 17 65 465 144 27
Binary 1110111 0 1100101 0 1100100 1111 110101 100110101 1100100 10111

Color Harmonies of #770065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770065

Black with #770065

Text Example


Text Example

White with #770065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770065; }

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

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

background-color css

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

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

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

border-color css

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

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

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