Html Css Color HEX #77013F Tyrian Purple

📋 copy color: '#77013F'

red 119 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #77013F

Tints of Tyrian Purple #77013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 65.03%
G = 0.55%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77013F (or 0x77013F) is known color: Tyrian Purple. HEX triplet: 77, 01 and 3F. RGB value is (119,1,63). Sum of RGB (Red+Green+Blue) = 119+1+63=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77013F is #88FEC0. Grayscale: #2B2B2B. Windows color (decimal): -8978113 or 4129143. OLE color: 4129143.

HSL color Cylindrical-coordinate representation of color #77013F: hue angle of 328.47º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77013F is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 63 -
CMYK 0 0.99 0.47 0.53
HSL 328.47º 0.98% 0.24% -
HSV(B) 328.47º 0.99% 0.47% -
XYZ 8.52 4.3 5.08 -
YUV 43.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 119 1 63 0 0.99 0.47 0.53 328.47 0.98 0.24
Hex 77 1 3F 0 63 2F 35 148 62 18
Octal 167 1 77 0 143 57 65 510 142 30
Binary 1110111 1 111111 0 1100011 101111 110101 101001000 1100010 11000

Color Harmonies of #77013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77013F

Black with #77013F

Text Example


Text Example

White with #77013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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