Html Css Color HEX #6C082E Tyrian Purple

📋 copy color: '#6C082E'

red 108 ◦ green 8 ◦ blue 46

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

Shades of Tyrian Purple #6C082E

Tints of Tyrian Purple #6C082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 66.67%
G = 4.94%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6C082E (or 0x6C082E) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 2E. RGB value is (108,8,46). Sum of RGB (Red+Green+Blue) = 108+8+46=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C082E is #93F7D1. Grayscale: #2A2A2A. Windows color (decimal): -9697234 or 3016812. OLE color: 3016812.

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

Color convert

RGB 108 8 46 -
CMYK 0 0.93 0.57 0.58
HSL 337.2º 0.86% 0.23% -
HSV(B) 337.2º 0.93% 0.42% -
XYZ 6.76 3.56 2.92 -
YUV 42.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 108 8 46 0 0.93 0.57 0.58 337.2 0.86 0.23
Hex 6C 8 2E 0 5D 39 3A 151 56 17
Octal 154 10 56 0 135 71 72 521 126 27
Binary 1101100 1000 101110 0 1011101 111001 111010 101010001 1010110 10111

Color Harmonies of #6C082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C082E

Black with #6C082E

Text Example


Text Example

White with #6C082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,46); }

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

background-color css

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

 a { background-color: rgb(108,8,46); }

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

border-color css

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

 span { border-color: rgb(108,8,46); }

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