Html Css Color HEX #6C0A3A Tyrian Purple

📋 copy color: '#6C0A3A'

red 108 ◦ green 10 ◦ blue 58

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

Shades of Tyrian Purple #6C0A3A

Tints of Tyrian Purple #6C0A3A

RGB

 RED value IS 108 (42.58% from 255) = 61.36%

 GREEN value IS 10 (4.3% from 255) = 5.68%

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 61.36%
G = 5.68%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6C0A3A (or 0x6C0A3A) is known color: Tyrian Purple. HEX triplet: 6C, 0A and 3A. RGB value is (108,10,58). Sum of RGB (Red+Green+Blue) = 108+10+58=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0A3A is #93F5C5. Grayscale: #2C2C2C. Windows color (decimal): -9696710 or 3803756. OLE color: 3803756.

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

Color convert

RGB 108 10 58 -
CMYK 0 0.91 0.46 0.58
HSL 330.61º 0.83% 0.23% -
HSV(B) 330.61º 0.91% 0.42% -
XYZ 7.06 3.71 4.35 -
YUV 44.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 108 10 58 0 0.91 0.46 0.58 330.61 0.83 0.23
Hex 6C A 3A 0 5B 2E 3A 14B 53 17
Octal 154 12 72 0 133 56 72 513 123 27
Binary 1101100 1010 111010 0 1011011 101110 111010 101001011 1010011 10111

Color Harmonies of #6C0A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0A3A

Black with #6C0A3A

Text Example


Text Example

White with #6C0A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,10,58); }

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

background-color css

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

 a { background-color: rgb(108,10,58); }

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

border-color css

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

 span { border-color: rgb(108,10,58); }

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