Html Css Color HEX #7B093C Tyrian Purple

📋 copy color: '#7B093C'

red 123 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #7B093C

Tints of Tyrian Purple #7B093C

RGB

 RED value IS 123 (48.44% from 255) = 64.06%

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

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

R = 64.06%
G = 4.69%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7B093C (or 0x7B093C) is known color: Tyrian Purple. HEX triplet: 7B, 09 and 3C. RGB value is (123,9,60). Sum of RGB (Red+Green+Blue) = 123+9+60=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B093C is #84F6C3. Grayscale: #303030. Windows color (decimal): -8713924 or 3934587. OLE color: 3934587.

HSL color Cylindrical-coordinate representation of color #7B093C: hue angle of 333.16º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B093C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 9 60 -
CMYK 0 0.93 0.51 0.52
HSL 333.16º 0.86% 0.26% -
HSV(B) 333.16º 0.93% 0.48% -
XYZ 9.08 4.73 4.71 -
YUV 48.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 123 9 60 0 0.93 0.51 0.52 333.16 0.86 0.26
Hex 7B 9 3C 0 5D 33 34 14D 56 1A
Octal 173 11 74 0 135 63 64 515 126 32
Binary 1111011 1001 111100 0 1011101 110011 110100 101001101 1010110 11010

Color Harmonies of #7B093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B093C

Black with #7B093C

Text Example


Text Example

White with #7B093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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