Html Css Color HEX #770235 Tyrian Purple

📋 copy color: '#770235'

red 119 ◦ green 2 ◦ blue 53

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

Shades of Tyrian Purple #770235

Tints of Tyrian Purple #770235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 68.39%
G = 1.15%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#770235 (or 0x770235) is known color: Tyrian Purple. HEX triplet: 77, 02 and 35. RGB value is (119,2,53). Sum of RGB (Red+Green+Blue) = 119+2+53=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770235 is #88FDCA. Grayscale: #2A2A2A. Windows color (decimal): -8977867 or 3474039. OLE color: 3474039.

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

Color convert

RGB 119 2 53 -
CMYK 0 0.98 0.55 0.53
HSL 333.85º 0.97% 0.24% -
HSV(B) 333.85º 0.98% 0.47% -
XYZ 8.27 4.22 3.75 -
YUV 42.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 119 2 53 0 0.98 0.55 0.53 333.85 0.97 0.24
Hex 77 2 35 0 62 37 35 14E 61 18
Octal 167 2 65 0 142 67 65 516 141 30
Binary 1110111 10 110101 0 1100010 110111 110101 101001110 1100001 11000

Color Harmonies of #770235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770235

Black with #770235

Text Example


Text Example

White with #770235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770235; }

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

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

background-color css

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

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

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

border-color css

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

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

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