Html Css Color HEX #770342 Tyrian Purple

📋 copy color: '#770342'

red 119 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #770342

Tints of Tyrian Purple #770342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 63.3%
G = 1.6%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770342 (or 0x770342) is known color: Tyrian Purple. HEX triplet: 77, 03 and 42. RGB value is (119,3,66). Sum of RGB (Red+Green+Blue) = 119+3+66=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #770342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770342 is #88FCBD. Grayscale: #2C2C2C. Windows color (decimal): -8977598 or 4326263. OLE color: 4326263.

HSL color Cylindrical-coordinate representation of color #770342: hue angle of 327.41º 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 #770342 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 66 -
CMYK 0 0.97 0.45 0.53
HSL 327.41º 0.95% 0.24% -
HSV(B) 327.41º 0.97% 0.47% -
XYZ 8.62 4.38 5.55 -
YUV 44.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 119 3 66 0 0.97 0.45 0.53 327.41 0.95 0.24
Hex 77 3 42 0 61 2D 35 147 5F 18
Octal 167 3 102 0 141 55 65 507 137 30
Binary 1110111 11 1000010 0 1100001 101101 110101 101000111 1011111 11000

Color Harmonies of #770342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770342

Black with #770342

Text Example


Text Example

White with #770342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770342; }

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

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

background-color css

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

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

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

border-color css

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

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

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