Html Css Color HEX #6A0444 Tyrian Purple

📋 copy color: '#6A0444'

red 106 ◦ green 4 ◦ blue 68

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

Shades of Tyrian Purple #6A0444

Tints of Tyrian Purple #6A0444

RGB

 RED value IS 106 (41.8% from 255) = 59.55%

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 59.55%
G = 2.25%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6A0444 (or 0x6A0444) is known color: Tyrian Purple. HEX triplet: 6A, 04 and 44. RGB value is (106,4,68). Sum of RGB (Red+Green+Blue) = 106+4+68=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0444 is #95FBBB. Grayscale: #292929. Windows color (decimal): -9829308 or 4457578. OLE color: 4457578.

HSL color Cylindrical-coordinate representation of color #6A0444: hue angle of 322.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0444 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 4 68 -
CMYK 0 0.96 0.36 0.58
HSL 322.35º 0.93% 0.22% -
HSV(B) 322.35º 0.96% 0.42% -
XYZ 7.03 3.57 5.79 -
YUV 41.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 106 4 68 0 0.96 0.36 0.58 322.35 0.93 0.22
Hex 6A 4 44 0 60 24 3A 142 5D 16
Octal 152 4 104 0 140 44 72 502 135 26
Binary 1101010 100 1000100 0 1100000 100100 111010 101000010 1011101 10110

Color Harmonies of #6A0444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0444

Black with #6A0444

Text Example


Text Example

White with #6A0444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0444; }

 p { color: rgb(106,4,68); }

 H1.HeaderClassName
 {
   color: #6A0444;
 }
 .AnyTagClassName
 {
   color: #6A0444;
 }
</style>

background-color css

<style>
 a { background-color: #6A0444; }

 a { background-color: rgb(106,4,68); }

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

border-color css

<style>
 span { border-color: #6A0444; }

 span { border-color: rgb(106,4,68); }

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