Html Css Color HEX #7A0644 Tyrian Purple

📋 copy color: '#7A0644'

red 122 ◦ green 6 ◦ blue 68

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

Shades of Tyrian Purple #7A0644

Tints of Tyrian Purple #7A0644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 62.24%
G = 3.06%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7A0644 (or 0x7A0644) is known color: Tyrian Purple. HEX triplet: 7A, 06 and 44. RGB value is (122,6,68). Sum of RGB (Red+Green+Blue) = 122+6+68=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0644 is #85F9BB. Grayscale: #2F2F2F. Windows color (decimal): -8780220 or 4458106. OLE color: 4458106.

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

Color convert

RGB 122 6 68 -
CMYK 0 0.95 0.44 0.52
HSL 327.93º 0.91% 0.25% -
HSV(B) 327.93º 0.95% 0.48% -
XYZ 9.13 4.69 5.89 -
YUV 47.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 122 6 68 0 0.95 0.44 0.52 327.93 0.91 0.25
Hex 7A 6 44 0 5F 2C 34 148 5B 19
Octal 172 6 104 0 137 54 64 510 133 31
Binary 1111010 110 1000100 0 1011111 101100 110100 101001000 1011011 11001

Color Harmonies of #7A0644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0644

Black with #7A0644

Text Example


Text Example

White with #7A0644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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