Html Css Color HEX #7A0639 Tyrian Purple

📋 copy color: '#7A0639'

red 122 ◦ green 6 ◦ blue 57

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

Shades of Tyrian Purple #7A0639

Tints of Tyrian Purple #7A0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.81%

R = 65.95%
G = 3.24%
B = 30.81%

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

#7A0639 (or 0x7A0639) is known color: Tyrian Purple. HEX triplet: 7A, 06 and 39. RGB value is (122,6,57). Sum of RGB (Red+Green+Blue) = 122+6+57=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0639 is #85F9C6. Grayscale: #2E2E2E. Windows color (decimal): -8780231 or 3737210. OLE color: 3737210.

HSL color Cylindrical-coordinate representation of color #7A0639: hue angle of 333.62º 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 #7A0639 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 6 57 -
CMYK 0 0.95 0.53 0.52
HSL 333.62º 0.91% 0.25% -
HSV(B) 333.62º 0.95% 0.48% -
XYZ 8.83 4.56 4.29 -
YUV 46.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 122 6 57 0 0.95 0.53 0.52 333.62 0.91 0.25
Hex 7A 6 39 0 5F 35 34 14E 5B 19
Octal 172 6 71 0 137 65 64 516 133 31
Binary 1111010 110 111001 0 1011111 110101 110100 101001110 1011011 11001

Color Harmonies of #7A0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0639

Black with #7A0639

Text Example


Text Example

White with #7A0639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,6,57); }

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

background-color css

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

 a { background-color: rgb(122,6,57); }

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

border-color css

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

 span { border-color: rgb(122,6,57); }

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