Html Css Color HEX #7B063A Tyrian Purple

📋 copy color: '#7B063A'

red 123 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #7B063A

Tints of Tyrian Purple #7B063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 65.78%
G = 3.21%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7B063A (or 0x7B063A) is known color: Tyrian Purple. HEX triplet: 7B, 06 and 3A. RGB value is (123,6,58). Sum of RGB (Red+Green+Blue) = 123+6+58=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B063A is #84F9C5. Grayscale: #2E2E2E. Windows color (decimal): -8714694 or 3802747. OLE color: 3802747.

HSL color Cylindrical-coordinate representation of color #7B063A: hue angle of 333.33º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B063A is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 6 58 -
CMYK 0 0.95 0.53 0.52
HSL 333.33º 0.91% 0.25% -
HSV(B) 333.33º 0.95% 0.48% -
XYZ 9 4.65 4.43 -
YUV 46.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 123 6 58 0 0.95 0.53 0.52 333.33 0.91 0.25
Hex 7B 6 3A 0 5F 35 34 14D 5B 19
Octal 173 6 72 0 137 65 64 515 133 31
Binary 1111011 110 111010 0 1011111 110101 110100 101001101 1011011 11001

Color Harmonies of #7B063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B063A

Black with #7B063A

Text Example


Text Example

White with #7B063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,6,58); }

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

background-color css

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

 a { background-color: rgb(123,6,58); }

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

border-color css

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

 span { border-color: rgb(123,6,58); }

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