Html Css Color HEX #77007E Purple

📋 copy color: '#77007E'

red 119 ◦ green 0 ◦ blue 126

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

Shades of Purple #77007E

Tints of Purple #77007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.43%

R = 48.57%
G = 0%
B = 51.43%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77007E (or 0x77007E) is known color: Purple. HEX triplet: 77, 00 and 7E. RGB value is (119,0,126). Sum of RGB (Red+Green+Blue) = 119+0+126=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #77007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77007E is #88FF81. Grayscale: #313131. Windows color (decimal): -8978306 or 8257655. OLE color: 8257655.

HSL color Cylindrical-coordinate representation of color #77007E: hue angle of 296.67º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77007E is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 0 126 -
CMYK 0.06 1 0 0.51
HSL 296.67º 1% 0.25% -
HSV(B) 296.67º 1% 0.49% -
XYZ 11.37 5.43 20.19 -
YUV 49.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 119 0 126 0.06 1 0 0.51 296.67 1 0.25
Hex 77 0 7E 6 64 0 33 129 64 19
Octal 167 0 176 6 144 0 63 451 144 31
Binary 1110111 0 1111110 110 1100100 0 110011 100101001 1100100 11001

Color Harmonies of #77007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77007E

Black with #77007E

Text Example


Text Example

White with #77007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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