Html Css Color HEX #770153 Tyrian Purple

📋 copy color: '#770153'

red 119 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #770153

Tints of Tyrian Purple #770153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 58.62%
G = 0.49%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#770153 (or 0x770153) is known color: Tyrian Purple. HEX triplet: 77, 01 and 53. RGB value is (119,1,83). Sum of RGB (Red+Green+Blue) = 119+1+83=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #770153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770153 is #88FEAC. Grayscale: #2D2D2D. Windows color (decimal): -8978093 or 5439863. OLE color: 5439863.

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

Color convert

RGB 119 1 83 -
CMYK 0 0.99 0.30 0.53
HSL 318.31º 0.98% 0.24% -
HSV(B) 318.31º 0.99% 0.47% -
XYZ 9.18 4.57 8.58 -
YUV 45.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 119 1 83 0 0.99 0.30 0.53 318.31 0.98 0.24
Hex 77 1 53 0 63 1E 35 13E 62 18
Octal 167 1 123 0 143 36 65 476 142 30
Binary 1110111 1 1010011 0 1100011 11110 110101 100111110 1100010 11000

Color Harmonies of #770153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770153

Black with #770153

Text Example


Text Example

White with #770153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770153; }

 p { color: rgb(119,1,83); }

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

background-color css

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

 a { background-color: rgb(119,1,83); }

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

border-color css

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

 span { border-color: rgb(119,1,83); }

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