Html Css Color HEX #6A0C45 Tyrian Purple

📋 copy color: '#6A0C45'

red 106 ◦ green 12 ◦ blue 69

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

Shades of Tyrian Purple #6A0C45

Tints of Tyrian Purple #6A0C45

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 56.68%
G = 6.42%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6A0C45 (or 0x6A0C45) is known color: Tyrian Purple. HEX triplet: 6A, 0C and 45. RGB value is (106,12,69). Sum of RGB (Red+Green+Blue) = 106+12+69=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0C45 is #95F3BA. Grayscale: #2E2E2E. Windows color (decimal): -9827259 or 4525162. OLE color: 4525162.

HSL color Cylindrical-coordinate representation of color #6A0C45: hue angle of 323.62º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A0C45 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 12 69 -
CMYK 0 0.89 0.35 0.58
HSL 323.62º 0.8% 0.23% -
HSV(B) 323.62º 0.89% 0.42% -
XYZ 7.15 3.76 5.98 -
YUV 46.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 106 12 69 0 0.89 0.35 0.58 323.62 0.8 0.23
Hex 6A C 45 0 59 23 3A 144 50 17
Octal 152 14 105 0 131 43 72 504 120 27
Binary 1101010 1100 1000101 0 1011001 100011 111010 101000100 1010000 10111

Color Harmonies of #6A0C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0C45

Black with #6A0C45

Text Example


Text Example

White with #6A0C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,12,69); }

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

background-color css

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

 a { background-color: rgb(106,12,69); }

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

border-color css

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

 span { border-color: rgb(106,12,69); }

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