Html Css Color HEX #770252 Tyrian Purple

📋 copy color: '#770252'

red 119 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #770252

Tints of Tyrian Purple #770252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 58.62%
G = 0.99%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#770252 (or 0x770252) is known color: Tyrian Purple. HEX triplet: 77, 02 and 52. RGB value is (119,2,82). Sum of RGB (Red+Green+Blue) = 119+2+82=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #770252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770252 is #88FDAD. Grayscale: #2D2D2D. Windows color (decimal): -8977838 or 5374583. OLE color: 5374583.

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

Color convert

RGB 119 2 82 -
CMYK 0 0.98 0.31 0.53
HSL 318.97º 0.97% 0.24% -
HSV(B) 318.97º 0.98% 0.47% -
XYZ 9.15 4.57 8.38 -
YUV 46.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 119 2 82 0 0.98 0.31 0.53 318.97 0.97 0.24
Hex 77 2 52 0 62 1F 35 13F 61 18
Octal 167 2 122 0 142 37 65 477 141 30
Binary 1110111 10 1010010 0 1100010 11111 110101 100111111 1100001 11000

Color Harmonies of #770252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770252

Black with #770252

Text Example


Text Example

White with #770252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770252; }

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

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

background-color css

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

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

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

border-color css

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

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

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