Html Css Color HEX #770663 Purple

📋 copy color: '#770663'

red 119 ◦ green 6 ◦ blue 99

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

Shades of Purple #770663

Tints of Purple #770663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 53.13%
G = 2.68%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#770663 (or 0x770663) is known color: Purple. HEX triplet: 77, 06 and 63. RGB value is (119,6,99). Sum of RGB (Red+Green+Blue) = 119+6+99=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770663 is #88F99C. Grayscale: #323232. Windows color (decimal): -8976797 or 6489719. OLE color: 6489719.

HSL color Cylindrical-coordinate representation of color #770663: hue angle of 310.62º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770663 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 99 -
CMYK 0 0.95 0.17 0.53
HSL 310.62º 0.9% 0.25% -
HSV(B) 310.62º 0.95% 0.47% -
XYZ 9.93 4.95 12.24 -
YUV 50.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 119 6 99 0 0.95 0.17 0.53 310.62 0.9 0.25
Hex 77 6 63 0 5F 11 35 137 5A 19
Octal 167 6 143 0 137 21 65 467 132 31
Binary 1110111 110 1100011 0 1011111 10001 110101 100110111 1011010 11001

Color Harmonies of #770663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770663

Black with #770663

Text Example


Text Example

White with #770663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770663; }

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

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

background-color css

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

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

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

border-color css

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

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

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