Html Css Color HEX #7F034F Tyrian Purple

📋 copy color: '#7F034F'

red 127 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #7F034F

Tints of Tyrian Purple #7F034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 60.77%
G = 1.44%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F034F (or 0x7F034F) is known color: Tyrian Purple. HEX triplet: 7F, 03 and 4F. RGB value is (127,3,79). Sum of RGB (Red+Green+Blue) = 127+3+79=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F034F is #80FCB0. Grayscale: #303030. Windows color (decimal): -8453297 or 5178239. OLE color: 5178239.

HSL color Cylindrical-coordinate representation of color #7F034F: hue angle of 323.23º degrees, saturation: 0.95, 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 #7F034F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 3 79 -
CMYK 0 0.98 0.38 0.50
HSL 323.23º 0.95% 0.25% -
HSV(B) 323.23º 0.98% 0.5% -
XYZ 10.2 5.14 7.85 -
YUV 48.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 127 3 79 0 0.98 0.38 0.50 323.23 0.95 0.25
Hex 7F 3 4F 0 62 26 32 143 5F 19
Octal 177 3 117 0 142 46 62 503 137 31
Binary 1111111 11 1001111 0 1100010 100110 110010 101000011 1011111 11001

Color Harmonies of #7F034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F034F

Black with #7F034F

Text Example


Text Example

White with #7F034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,3,79); }

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

background-color css

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

 a { background-color: rgb(127,3,79); }

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

border-color css

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

 span { border-color: rgb(127,3,79); }

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