Html Css Color HEX #770248 Tyrian Purple

📋 copy color: '#770248'

red 119 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #770248

Tints of Tyrian Purple #770248

RGB

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

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

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

R = 61.66%
G = 1.04%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770248 (or 0x770248) is known color: Tyrian Purple. HEX triplet: 77, 02 and 48. RGB value is (119,2,72). Sum of RGB (Red+Green+Blue) = 119+2+72=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #770248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770248 is #88FDB7. Grayscale: #2C2C2C. Windows color (decimal): -8977848 or 4719223. OLE color: 4719223.

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

Color convert

RGB 119 2 72 -
CMYK 0 0.98 0.39 0.53
HSL 324.1º 0.97% 0.24% -
HSV(B) 324.1º 0.98% 0.47% -
XYZ 8.8 4.43 6.52 -
YUV 44.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 119 2 72 0 0.98 0.39 0.53 324.1 0.97 0.24
Hex 77 2 48 0 62 27 35 144 61 18
Octal 167 2 110 0 142 47 65 504 141 30
Binary 1110111 10 1001000 0 1100010 100111 110101 101000100 1100001 11000

Color Harmonies of #770248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770248

Black with #770248

Text Example


Text Example

White with #770248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770248; }

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

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

background-color css

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

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

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

border-color css

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

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

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