Html Css Color HEX #6C013D Tyrian Purple

📋 copy color: '#6C013D'

red 108 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #6C013D

Tints of Tyrian Purple #6C013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 63.53%
G = 0.59%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C013D (or 0x6C013D) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 3D. RGB value is (108,1,61). Sum of RGB (Red+Green+Blue) = 108+1+61=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C013D is #93FEC2. Grayscale: #272727. Windows color (decimal): -9699011 or 3998060. OLE color: 3998060.

HSL color Cylindrical-coordinate representation of color #6C013D: hue angle of 326.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C013D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 1 61 -
CMYK 0 0.99 0.44 0.58
HSL 326.36º 0.98% 0.21% -
HSV(B) 326.36º 0.99% 0.42% -
XYZ 7.04 3.55 4.73 -
YUV 39.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 108 1 61 0 0.99 0.44 0.58 326.36 0.98 0.21
Hex 6C 1 3D 0 63 2C 3A 146 62 15
Octal 154 1 75 0 143 54 72 506 142 25
Binary 1101100 1 111101 0 1100011 101100 111010 101000110 1100010 10101

Color Harmonies of #6C013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C013D

Black with #6C013D

Text Example


Text Example

White with #6C013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,61); }

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

background-color css

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

 a { background-color: rgb(108,1,61); }

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

border-color css

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

 span { border-color: rgb(108,1,61); }

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