Html Css Color HEX #770234 Tyrian Purple

📋 copy color: '#770234'

red 119 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #770234

Tints of Tyrian Purple #770234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 68.79%
G = 1.16%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#770234 (or 0x770234) is known color: Tyrian Purple. HEX triplet: 77, 02 and 34. RGB value is (119,2,52). Sum of RGB (Red+Green+Blue) = 119+2+52=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #770234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770234 is #88FDCB. Grayscale: #2A2A2A. Windows color (decimal): -8977868 or 3408503. OLE color: 3408503.

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

Color convert

RGB 119 2 52 -
CMYK 0 0.98 0.56 0.53
HSL 334.36º 0.97% 0.24% -
HSV(B) 334.36º 0.98% 0.47% -
XYZ 8.25 4.21 3.63 -
YUV 42.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 119 2 52 0 0.98 0.56 0.53 334.36 0.97 0.24
Hex 77 2 34 0 62 38 35 14E 61 18
Octal 167 2 64 0 142 70 65 516 141 30
Binary 1110111 10 110100 0 1100010 111000 110101 101001110 1100001 11000

Color Harmonies of #770234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770234

Black with #770234

Text Example


Text Example

White with #770234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770234; }

 p { color: rgb(119,2,52); }

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

background-color css

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

 a { background-color: rgb(119,2,52); }

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

border-color css

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

 span { border-color: rgb(119,2,52); }

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