Html Css Color HEX #6C032D Tyrian Purple

📋 copy color: '#6C032D'

red 108 ◦ green 3 ◦ blue 45

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

Shades of Tyrian Purple #6C032D

Tints of Tyrian Purple #6C032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.85%

R = 69.23%
G = 1.92%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6C032D (or 0x6C032D) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 2D. RGB value is (108,3,45). Sum of RGB (Red+Green+Blue) = 108+3+45=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C032D is #93FCD2. Grayscale: #272727. Windows color (decimal): -9698515 or 2949996. OLE color: 2949996.

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

Color convert

RGB 108 3 45 -
CMYK 0 0.97 0.58 0.58
HSL 336º 0.95% 0.22% -
HSV(B) 336º 0.97% 0.42% -
XYZ 6.69 3.44 2.79 -
YUV 39.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 108 3 45 0 0.97 0.58 0.58 336 0.95 0.22
Hex 6C 3 2D 0 61 3A 3A 150 5F 16
Octal 154 3 55 0 141 72 72 520 137 26
Binary 1101100 11 101101 0 1100001 111010 111010 101010000 1011111 10110

Color Harmonies of #6C032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C032D

Black with #6C032D

Text Example


Text Example

White with #6C032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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