Html Css Color HEX #6C032C Tyrian Purple

📋 copy color: '#6C032C'

red 108 ◦ green 3 ◦ blue 44

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

Shades of Tyrian Purple #6C032C

Tints of Tyrian Purple #6C032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 69.68%
G = 1.94%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C032C (or 0x6C032C) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 2C. RGB value is (108,3,44). Sum of RGB (Red+Green+Blue) = 108+3+44=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C032C is #93FCD3. Grayscale: #272727. Windows color (decimal): -9698516 or 2884460. OLE color: 2884460.

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

Color convert

RGB 108 3 44 -
CMYK 0 0.97 0.59 0.58
HSL 336.57º 0.95% 0.22% -
HSV(B) 336.57º 0.97% 0.42% -
XYZ 6.67 3.44 2.69 -
YUV 39.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 108 3 44 0 0.97 0.59 0.58 336.57 0.95 0.22
Hex 6C 3 2C 0 61 3B 3A 151 5F 16
Octal 154 3 54 0 141 73 72 521 137 26
Binary 1101100 11 101100 0 1100001 111011 111010 101010001 1011111 10110

Color Harmonies of #6C032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C032C

Black with #6C032C

Text Example


Text Example

White with #6C032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,44); }

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

background-color css

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

 a { background-color: rgb(108,3,44); }

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

border-color css

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

 span { border-color: rgb(108,3,44); }

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