#77006B

Color #77006B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #77006B

Tints of Purple #77006B

Color information

#77006B (or 0x77006B) is unknown color: approx Purple. HEX triplet: 77, 00 and 6B. RGB value is (119,0,107). Sum of RGB (Red+Green+Blue) = 119+0+107=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #77006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77006B is #88FF94. Grayscale: #2F2F2F. Windows color (decimal): -8978325 or 7012471. OLE color: 7012471.

HSL color Cylindrical-coordinate representation of color #77006B: hue angle of 306.05º 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 #77006B is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB1190107-
CMYK010.100.53
HSL306.05º100%23.33%-
HSV(B)306.05º100%46.67%-
XYZ10.264.9814.33-
YUV47.78161.42178.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=52.65%
G=0%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1190107010.100.53306.0510023.33
Hex7706B064A351326417
Octal16701530144126546214427
Binary111011101101011011001001010110101100110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77006B; }

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

 H1.HeaderClassName
 {
   color: #77006B;
 }
 .AnyTagClassName
 {
   color: #77006B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #77006B;
 }
 .BgClassName
 {
   background-color: #77006B;
 }
</style>
border-color css

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

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

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