Html Css Color HEX #7F073D Tyrian Purple

📋 copy color: '#7F073D'

red 127 ◦ green 7 ◦ blue 61

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

Shades of Tyrian Purple #7F073D

Tints of Tyrian Purple #7F073D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 61 (24.22% from 255) = 31.28%

R = 65.13%
G = 3.59%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F073D (or 0x7F073D) is known color: Tyrian Purple. HEX triplet: 7F, 07 and 3D. RGB value is (127,7,61). Sum of RGB (Red+Green+Blue) = 127+7+61=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F073D is #80F8C2. Grayscale: #303030. Windows color (decimal): -8452291 or 3999615. OLE color: 3999615.

HSL color Cylindrical-coordinate representation of color #7F073D: hue angle of 333º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F073D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 7 61 -
CMYK 0 0.94 0.52 0.50
HSL 333º 0.9% 0.26% -
HSV(B) 333º 0.94% 0.5% -
XYZ 9.67 5 4.87 -
YUV 49.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 127 7 61 0 0.94 0.52 0.50 333 0.9 0.26
Hex 7F 7 3D 0 5E 34 32 14D 5A 1A
Octal 177 7 75 0 136 64 62 515 132 32
Binary 1111111 111 111101 0 1011110 110100 110010 101001101 1011010 11010

Color Harmonies of #7F073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F073D

Black with #7F073D

Text Example


Text Example

White with #7F073D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,7,61); }

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

background-color css

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

 a { background-color: rgb(127,7,61); }

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

border-color css

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

 span { border-color: rgb(127,7,61); }

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