Html Css Color HEX #770148 Tyrian Purple

📋 copy color: '#770148'

red 119 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #770148

Tints of Tyrian Purple #770148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 61.98%
G = 0.52%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770148 (or 0x770148) is known color: Tyrian Purple. HEX triplet: 77, 01 and 48. RGB value is (119,1,72). Sum of RGB (Red+Green+Blue) = 119+1+72=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #770148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770148 is #88FEB7. Grayscale: #2C2C2C. Windows color (decimal): -8978104 or 4718967. OLE color: 4718967.

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

Color convert

RGB 119 1 72 -
CMYK 0 0.99 0.39 0.53
HSL 323.9º 0.98% 0.24% -
HSV(B) 323.9º 0.99% 0.47% -
XYZ 8.79 4.41 6.52 -
YUV 44.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 119 1 72 0 0.99 0.39 0.53 323.9 0.98 0.24
Hex 77 1 48 0 63 27 35 144 62 18
Octal 167 1 110 0 143 47 65 504 142 30
Binary 1110111 1 1001000 0 1100011 100111 110101 101000100 1100010 11000

Color Harmonies of #770148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770148

Black with #770148

Text Example


Text Example

White with #770148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770148; }

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

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

background-color css

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

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

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

border-color css

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

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

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