Html Css Color HEX #77006F Purple

📋 copy color: '#77006F'

red 119 ◦ green 0 ◦ blue 111

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

Shades of Purple #77006F

Tints of Purple #77006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 51.74%
G = 0%
B = 48.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77006F (or 0x77006F) is known color: Purple. HEX triplet: 77, 00 and 6F. RGB value is (119,0,111). Sum of RGB (Red+Green+Blue) = 119+0+111=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77006F is #88FF90. Grayscale: #2F2F2F. Windows color (decimal): -8978321 or 7274615. OLE color: 7274615.

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

Color convert

RGB 119 0 111 -
CMYK 0 1 0.07 0.53
HSL 304.03º 1% 0.23% -
HSV(B) 304.03º 1% 0.47% -
XYZ 10.48 5.07 15.47 -
YUV 48.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 119 0 111 0 1 0.07 0.53 304.03 1 0.23
Hex 77 0 6F 0 64 7 35 130 64 17
Octal 167 0 157 0 144 7 65 460 144 27
Binary 1110111 0 1101111 0 1100100 111 110101 100110000 1100100 10111

Color Harmonies of #77006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77006F

Black with #77006F

Text Example


Text Example

White with #77006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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