Html Css Color HEX #770366 Purple

📋 copy color: '#770366'

red 119 ◦ green 3 ◦ blue 102

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

Shades of Purple #770366

Tints of Purple #770366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 53.13%
G = 1.34%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#770366 (or 0x770366) is known color: Purple. HEX triplet: 77, 03 and 66. RGB value is (119,3,102). Sum of RGB (Red+Green+Blue) = 119+3+102=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770366 is #88FC99. Grayscale: #303030. Windows color (decimal): -8977562 or 6685559. OLE color: 6685559.

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

Color convert

RGB 119 3 102 -
CMYK 0 0.97 0.14 0.53
HSL 308.79º 0.95% 0.24% -
HSV(B) 308.79º 0.97% 0.47% -
XYZ 10.04 4.95 13 -
YUV 48.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 119 3 102 0 0.97 0.14 0.53 308.79 0.95 0.24
Hex 77 3 66 0 61 E 35 135 5F 18
Octal 167 3 146 0 141 16 65 465 137 30
Binary 1110111 11 1100110 0 1100001 1110 110101 100110101 1011111 11000

Color Harmonies of #770366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770366

Black with #770366

Text Example


Text Example

White with #770366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770366; }

 p { color: rgb(119,3,102); }

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

background-color css

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

 a { background-color: rgb(119,3,102); }

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

border-color css

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

 span { border-color: rgb(119,3,102); }

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