Html Css Color HEX #77033F Tyrian Purple

📋 copy color: '#77033F'

red 119 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #77033F

Tints of Tyrian Purple #77033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

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

R = 64.32%
G = 1.62%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77033F (or 0x77033F) is known color: Tyrian Purple. HEX triplet: 77, 03 and 3F. RGB value is (119,3,63). Sum of RGB (Red+Green+Blue) = 119+3+63=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77033F is #88FCC0. Grayscale: #2C2C2C. Windows color (decimal): -8977601 or 4129655. OLE color: 4129655.

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

Color convert

RGB 119 3 63 -
CMYK 0 0.97 0.47 0.53
HSL 328.97º 0.95% 0.24% -
HSV(B) 328.97º 0.97% 0.47% -
XYZ 8.54 4.35 5.09 -
YUV 44.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 119 3 63 0 0.97 0.47 0.53 328.97 0.95 0.24
Hex 77 3 3F 0 61 2F 35 149 5F 18
Octal 167 3 77 0 141 57 65 511 137 30
Binary 1110111 11 111111 0 1100001 101111 110101 101001001 1011111 11000

Color Harmonies of #77033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77033F

Black with #77033F

Text Example


Text Example

White with #77033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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