Html Css Color HEX #77024B Tyrian Purple

📋 copy color: '#77024B'

red 119 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #77024B

Tints of Tyrian Purple #77024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 60.71%
G = 1.02%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77024B (or 0x77024B) is known color: Tyrian Purple. HEX triplet: 77, 02 and 4B. RGB value is (119,2,75). Sum of RGB (Red+Green+Blue) = 119+2+75=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77024B is #88FDB4. Grayscale: #2D2D2D. Windows color (decimal): -8977845 or 4915831. OLE color: 4915831.

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

Color convert

RGB 119 2 75 -
CMYK 0 0.98 0.37 0.53
HSL 322.56º 0.97% 0.24% -
HSV(B) 322.56º 0.98% 0.47% -
XYZ 8.9 4.47 7.05 -
YUV 45.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 119 2 75 0 0.98 0.37 0.53 322.56 0.97 0.24
Hex 77 2 4B 0 62 25 35 143 61 18
Octal 167 2 113 0 142 45 65 503 141 30
Binary 1110111 10 1001011 0 1100010 100101 110101 101000011 1100001 11000

Color Harmonies of #77024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77024B

Black with #77024B

Text Example


Text Example

White with #77024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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