Html Css Color HEX #77027D Purple

📋 copy color: '#77027D'

red 119 ◦ green 2 ◦ blue 125

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

Shades of Purple #77027D

Tints of Purple #77027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 48.37%
G = 0.81%
B = 50.81%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77027D (or 0x77027D) is known color: Purple. HEX triplet: 77, 02 and 7D. RGB value is (119,2,125). Sum of RGB (Red+Green+Blue) = 119+2+125=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #77027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77027D is #88FD82. Grayscale: #323232. Windows color (decimal): -8977795 or 8192631. OLE color: 8192631.

HSL color Cylindrical-coordinate representation of color #77027D: hue angle of 297.07º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #77027D is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 2 125 -
CMYK 0.05 0.98 0 0.51
HSL 297.07º 0.97% 0.25% -
HSV(B) 297.07º 0.98% 0.49% -
XYZ 11.33 5.45 19.86 -
YUV 51.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 119 2 125 0.05 0.98 0 0.51 297.07 0.97 0.25
Hex 77 2 7D 5 62 0 33 129 61 19
Octal 167 2 175 5 142 0 63 451 141 31
Binary 1110111 10 1111101 101 1100010 0 110011 100101001 1100001 11001

Color Harmonies of #77027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77027D

Black with #77027D

Text Example


Text Example

White with #77027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77027D; }

 p { color: rgb(119,2,125); }

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

background-color css

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

 a { background-color: rgb(119,2,125); }

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

border-color css

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

 span { border-color: rgb(119,2,125); }

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