Html Css Color HEX #7F093C Tyrian Purple

📋 copy color: '#7F093C'

red 127 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #7F093C

Tints of Tyrian Purple #7F093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 64.8%
G = 4.59%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F093C (or 0x7F093C) is known color: Tyrian Purple. HEX triplet: 7F, 09 and 3C. RGB value is (127,9,60). Sum of RGB (Red+Green+Blue) = 127+9+60=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F093C is #80F6C3. Grayscale: #323232. Windows color (decimal): -8451780 or 3934591. OLE color: 3934591.

HSL color Cylindrical-coordinate representation of color #7F093C: hue angle of 334.07º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F093C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 9 60 -
CMYK 0 0.93 0.53 0.50
HSL 334.07º 0.87% 0.27% -
HSV(B) 334.07º 0.93% 0.5% -
XYZ 9.67 5.03 4.74 -
YUV 50.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 127 9 60 0 0.93 0.53 0.50 334.07 0.87 0.27
Hex 7F 9 3C 0 5D 35 32 14E 57 1B
Octal 177 11 74 0 135 65 62 516 127 33
Binary 1111111 1001 111100 0 1011101 110101 110010 101001110 1010111 11011

Color Harmonies of #7F093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F093C

Black with #7F093C

Text Example


Text Example

White with #7F093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,9,60); }

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

background-color css

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

 a { background-color: rgb(127,9,60); }

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

border-color css

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

 span { border-color: rgb(127,9,60); }

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