Html Css Color HEX #7A0356 Tyrian Purple

📋 copy color: '#7A0356'

red 122 ◦ green 3 ◦ blue 86

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

Shades of Tyrian Purple #7A0356

Tints of Tyrian Purple #7A0356

RGB

 RED value IS 122 (48.05% from 255) = 57.82%

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

 BLUE value IS 86 (33.98% from 255) = 40.76%

R = 57.82%
G = 1.42%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A0356 (or 0x7A0356) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 56. RGB value is (122,3,86). Sum of RGB (Red+Green+Blue) = 122+3+86=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0356 is #85FCA9. Grayscale: #2F2F2F. Windows color (decimal): -8780970 or 5636986. OLE color: 5636986.

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

Color convert

RGB 122 3 86 -
CMYK 0 0.98 0.30 0.52
HSL 318.15º 0.95% 0.25% -
HSV(B) 318.15º 0.98% 0.48% -
XYZ 9.74 4.87 9.23 -
YUV 48.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 122 3 86 0 0.98 0.30 0.52 318.15 0.95 0.25
Hex 7A 3 56 0 62 1E 34 13E 5F 19
Octal 172 3 126 0 142 36 64 476 137 31
Binary 1111010 11 1010110 0 1100010 11110 110100 100111110 1011111 11001

Color Harmonies of #7A0356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0356

Black with #7A0356

Text Example


Text Example

White with #7A0356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,3,86); }

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

background-color css

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

 a { background-color: rgb(122,3,86); }

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

border-color css

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

 span { border-color: rgb(122,3,86); }

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