Html Css Color HEX #6C0041 Tyrian Purple

📋 copy color: '#6C0041'

red 108 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #6C0041

Tints of Tyrian Purple #6C0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 62.43%
G = 0%
B = 37.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6C0041 (or 0x6C0041) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 41. RGB value is (108,0,65). Sum of RGB (Red+Green+Blue) = 108+0+65=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0041 is #93FFBE. Grayscale: #272727. Windows color (decimal): -9699263 or 4259948. OLE color: 4259948.

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

Color convert

RGB 108 0 65 -
CMYK 0 1 0.40 0.58
HSL 323.89º 1% 0.21% -
HSV(B) 323.89º 1% 0.42% -
XYZ 7.14 3.57 5.31 -
YUV 39.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 108 0 65 0 1 0.40 0.58 323.89 1 0.21
Hex 6C 0 41 0 64 28 3A 144 64 15
Octal 154 0 101 0 144 50 72 504 144 25
Binary 1101100 0 1000001 0 1100100 101000 111010 101000100 1100100 10101

Color Harmonies of #6C0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0041

Black with #6C0041

Text Example


Text Example

White with #6C0041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,0,65); }

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

background-color css

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

 a { background-color: rgb(108,0,65); }

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

border-color css

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

 span { border-color: rgb(108,0,65); }

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