Html Css Color HEX #7F0B3F Tyrian Purple

📋 copy color: '#7F0B3F'

red 127 ◦ green 11 ◦ blue 63

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

Shades of Tyrian Purple #7F0B3F

Tints of Tyrian Purple #7F0B3F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 63.18%
G = 5.47%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F0B3F (or 0x7F0B3F) is known color: Tyrian Purple. HEX triplet: 7F, 0B and 3F. RGB value is (127,11,63). Sum of RGB (Red+Green+Blue) = 127+11+63=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0B3F is #80F4C0. Grayscale: #333333. Windows color (decimal): -8451265 or 4131711. OLE color: 4131711.

HSL color Cylindrical-coordinate representation of color #7F0B3F: hue angle of 333.1º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B3F is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 11 63 -
CMYK 0 0.91 0.50 0.50
HSL 333.1º 0.84% 0.27% -
HSV(B) 333.1º 0.91% 0.5% -
XYZ 9.77 5.11 5.17 -
YUV 51.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 127 11 63 0 0.91 0.50 0.50 333.1 0.84 0.27
Hex 7F B 3F 0 5B 32 32 14D 54 1B
Octal 177 13 77 0 133 62 62 515 124 33
Binary 1111111 1011 111111 0 1011011 110010 110010 101001101 1010100 11011

Color Harmonies of #7F0B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0B3F

Black with #7F0B3F

Text Example


Text Example

White with #7F0B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,11,63); }

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

background-color css

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

 a { background-color: rgb(127,11,63); }

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

border-color css

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

 span { border-color: rgb(127,11,63); }

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