Html Css Color HEX #7F0042 Tyrian Purple

📋 copy color: '#7F0042'

red 127 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #7F0042

Tints of Tyrian Purple #7F0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 65.8%
G = 0%
B = 34.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7F0042 (or 0x7F0042) is known color: Tyrian Purple. HEX triplet: 7F, 00 and 42. RGB value is (127,0,66). Sum of RGB (Red+Green+Blue) = 127+0+66=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0042 is #80FFBD. Grayscale: #2D2D2D. Windows color (decimal): -8454078 or 4325503. OLE color: 4325503.

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

Color convert

RGB 127 0 66 -
CMYK 0 1 0.48 0.50
HSL 328.82º 1% 0.25% -
HSV(B) 328.82º 1% 0.5% -
XYZ 9.74 4.91 5.59 -
YUV 45.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 127 0 66 0 1 0.48 0.50 328.82 1 0.25
Hex 7F 0 42 0 64 30 32 149 64 19
Octal 177 0 102 0 144 60 62 511 144 31
Binary 1111111 0 1000010 0 1100100 110000 110010 101001001 1100100 11001

Color Harmonies of #7F0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0042

Black with #7F0042

Text Example


Text Example

White with #7F0042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,66); }

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

background-color css

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

 a { background-color: rgb(127,0,66); }

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

border-color css

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

 span { border-color: rgb(127,0,66); }

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