Html Css Color HEX #7F0344 Tyrian Purple

📋 copy color: '#7F0344'

red 127 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #7F0344

Tints of Tyrian Purple #7F0344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.34%

R = 64.14%
G = 1.52%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#7F0344 (or 0x7F0344) is known color: Tyrian Purple. HEX triplet: 7F, 03 and 44. RGB value is (127,3,68). Sum of RGB (Red+Green+Blue) = 127+3+68=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0344 is #80FCBB. Grayscale: #2F2F2F. Windows color (decimal): -8453308 or 4457343. OLE color: 4457343.

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

Color convert

RGB 127 3 68 -
CMYK 0 0.98 0.46 0.50
HSL 328.55º 0.95% 0.25% -
HSV(B) 328.55º 0.98% 0.5% -
XYZ 9.83 4.99 5.91 -
YUV 47.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 127 3 68 0 0.98 0.46 0.50 328.55 0.95 0.25
Hex 7F 3 44 0 62 2E 32 149 5F 19
Octal 177 3 104 0 142 56 62 511 137 31
Binary 1111111 11 1000100 0 1100010 101110 110010 101001001 1011111 11001

Color Harmonies of #7F0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0344

Black with #7F0344

Text Example


Text Example

White with #7F0344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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