Html Css Color HEX #7F024D Tyrian Purple

📋 copy color: '#7F024D'

red 127 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #7F024D

Tints of Tyrian Purple #7F024D

RGB

 RED value IS 127 (50% from 255) = 61.65%

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

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 61.65%
G = 0.97%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#7F024D (or 0x7F024D) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 4D. RGB value is (127,2,77). Sum of RGB (Red+Green+Blue) = 127+2+77=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F024D is #80FDB2. Grayscale: #2F2F2F. Windows color (decimal): -8453555 or 5046911. OLE color: 5046911.

HSL color Cylindrical-coordinate representation of color #7F024D: hue angle of 324º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F024D is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 2 77 -
CMYK 0 0.98 0.39 0.50
HSL 324º 0.97% 0.25% -
HSV(B) 324º 0.98% 0.5% -
XYZ 10.11 5.09 7.47 -
YUV 47.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 127 2 77 0 0.98 0.39 0.50 324 0.97 0.25
Hex 7F 2 4D 0 62 27 32 144 61 19
Octal 177 2 115 0 142 47 62 504 141 31
Binary 1111111 10 1001101 0 1100010 100111 110010 101000100 1100001 11001

Color Harmonies of #7F024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F024D

Black with #7F024D

Text Example


Text Example

White with #7F024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F024D; }

 p { color: rgb(127,2,77); }

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

background-color css

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

 a { background-color: rgb(127,2,77); }

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

border-color css

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

 span { border-color: rgb(127,2,77); }

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