Html Css Color HEX #77017A Purple

📋 copy color: '#77017A'

red 119 ◦ green 1 ◦ blue 122

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

Shades of Purple #77017A

Tints of Purple #77017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 122 (48.05% from 255) = 50.41%

R = 49.17%
G = 0.41%
B = 50.41%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77017A (or 0x77017A) is known color: Purple. HEX triplet: 77, 01 and 7A. RGB value is (119,1,122). Sum of RGB (Red+Green+Blue) = 119+1+122=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #77017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77017A is #88FE85. Grayscale: #313131. Windows color (decimal): -8978054 or 7995767. OLE color: 7995767.

HSL color Cylindrical-coordinate representation of color #77017A: hue angle of 298.51º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77017A is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 1 122 -
CMYK 0.02 0.99 0 0.52
HSL 298.51º 0.98% 0.24% -
HSV(B) 298.51º 0.99% 0.48% -
XYZ 11.13 5.35 18.86 -
YUV 50.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 119 1 122 0.02 0.99 0 0.52 298.51 0.98 0.24
Hex 77 1 7A 2 63 0 34 12B 62 18
Octal 167 1 172 2 143 0 64 453 142 30
Binary 1110111 1 1111010 10 1100011 0 110100 100101011 1100010 11000

Color Harmonies of #77017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77017A

Black with #77017A

Text Example


Text Example

White with #77017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77017A; }

 p { color: rgb(119,1,122); }

 H1.HeaderClassName
 {
   color: #77017A;
 }
 .AnyTagClassName
 {
   color: #77017A;
 }
</style>

background-color css

<style>
 a { background-color: #77017A; }

 a { background-color: rgb(119,1,122); }

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

border-color css

<style>
 span { border-color: #77017A; }

 span { border-color: rgb(119,1,122); }

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