Html Css Color HEX #6A0448 Tyrian Purple

📋 copy color: '#6A0448'

red 106 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #6A0448

Tints of Tyrian Purple #6A0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 58.24%
G = 2.2%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A0448 (or 0x6A0448) is known color: Tyrian Purple. HEX triplet: 6A, 04 and 48. RGB value is (106,4,72). Sum of RGB (Red+Green+Blue) = 106+4+72=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0448 is #95FBB7. Grayscale: #2A2A2A. Windows color (decimal): -9829304 or 4719722. OLE color: 4719722.

HSL color Cylindrical-coordinate representation of color #6A0448: hue angle of 320º 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 #6A0448 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 4 72 -
CMYK 0 0.96 0.32 0.58
HSL 320º 0.93% 0.22% -
HSV(B) 320º 0.96% 0.42% -
XYZ 7.16 3.62 6.45 -
YUV 42.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 106 4 72 0 0.96 0.32 0.58 320 0.93 0.22
Hex 6A 4 48 0 60 20 3A 140 5D 16
Octal 152 4 110 0 140 40 72 500 135 26
Binary 1101010 100 1001000 0 1100000 100000 111010 101000000 1011101 10110

Color Harmonies of #6A0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0448

Black with #6A0448

Text Example


Text Example

White with #6A0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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