Html Css Color HEX #77003F Tyrian Purple

📋 copy color: '#77003F'

red 119 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #77003F

Tints of Tyrian Purple #77003F

RGB

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

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

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

R = 65.38%
G = 0%
B = 34.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77003F (or 0x77003F) is known color: Tyrian Purple. HEX triplet: 77, 00 and 3F. RGB value is (119,0,63). Sum of RGB (Red+Green+Blue) = 119+0+63=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77003F is #88FFC0. Grayscale: #2A2A2A. Windows color (decimal): -8978369 or 4128887. OLE color: 4128887.

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

Color convert

RGB 119 0 63 -
CMYK 0 1 0.47 0.53
HSL 328.24º 1% 0.23% -
HSV(B) 328.24º 1% 0.47% -
XYZ 8.5 4.28 5.08 -
YUV 42.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 119 0 63 0 1 0.47 0.53 328.24 1 0.23
Hex 77 0 3F 0 64 2F 35 148 64 17
Octal 167 0 77 0 144 57 65 510 144 27
Binary 1110111 0 111111 0 1100100 101111 110101 101001000 1100100 10111

Color Harmonies of #77003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77003F

Black with #77003F

Text Example


Text Example

White with #77003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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