Html Css Color HEX #77006B Purple

📋 copy color: '#77006B'

red 119 ◦ green 0 ◦ blue 107

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

Shades of Purple #77006B

Tints of Purple #77006B

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 value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77006B (or 0x77006B) is known color: 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

RGB 119 0 107 -
CMYK 0 1 0.10 0.53
HSL 306.05º 1% 0.23% -
HSV(B) 306.05º 1% 0.47% -
XYZ 10.26 4.98 14.33 -
YUV 47.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 119 0 107 0 1 0.10 0.53 306.05 1 0.23
Hex 77 0 6B 0 64 A 35 132 64 17
Octal 167 0 153 0 144 12 65 462 144 27
Binary 1110111 0 1101011 0 1100100 1010 110101 100110010 1100100 10111

Color Harmonies of #77006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77006B

Black with #77006B

Text Example


Text Example

White with #77006B

Text Example


Text Example

HTML Codes & Css Web 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>