Html Css Color HEX #7F0243 Tyrian Purple

📋 copy color: '#7F0243'

red 127 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #7F0243

Tints of Tyrian Purple #7F0243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 67 (26.56% from 255) = 34.18%

R = 64.8%
G = 1.02%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#7F0243 (or 0x7F0243) is known color: Tyrian Purple. HEX triplet: 7F, 02 and 43. RGB value is (127,2,67). Sum of RGB (Red+Green+Blue) = 127+2+67=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0243 is #80FDBC. Grayscale: #2E2E2E. Windows color (decimal): -8453565 or 4391551. OLE color: 4391551.

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

Color convert

RGB 127 2 67 -
CMYK 0 0.98 0.47 0.50
HSL 328.8º 0.97% 0.25% -
HSV(B) 328.8º 0.98% 0.5% -
XYZ 9.79 4.96 5.75 -
YUV 46.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 127 2 67 0 0.98 0.47 0.50 328.8 0.97 0.25
Hex 7F 2 43 0 62 2F 32 149 61 19
Octal 177 2 103 0 142 57 62 511 141 31
Binary 1111111 10 1000011 0 1100010 101111 110010 101001001 1100001 11001

Color Harmonies of #7F0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0243

Black with #7F0243

Text Example


Text Example

White with #7F0243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,67); }

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

background-color css

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

 a { background-color: rgb(127,2,67); }

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

border-color css

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

 span { border-color: rgb(127,2,67); }

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