Html Css Color HEX #6B092C Tyrian Purple

📋 copy color: '#6B092C'

red 107 ◦ green 9 ◦ blue 44

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

Shades of Tyrian Purple #6B092C

Tints of Tyrian Purple #6B092C

RGB

 RED value IS 107 (42.19% from 255) = 66.88%

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 66.88%
G = 5.63%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6B092C (or 0x6B092C) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 2C. RGB value is (107,9,44). Sum of RGB (Red+Green+Blue) = 107+9+44=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B092C is #94F6D3. Grayscale: #2A2A2A. Windows color (decimal): -9762516 or 2885995. OLE color: 2885995.

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

Color convert

RGB 107 9 44 -
CMYK 0 0.92 0.59 0.58
HSL 338.57º 0.84% 0.23% -
HSV(B) 338.57º 0.92% 0.42% -
XYZ 6.62 3.5 2.71 -
YUV 42.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 107 9 44 0 0.92 0.59 0.58 338.57 0.84 0.23
Hex 6B 9 2C 0 5C 3B 3A 153 54 17
Octal 153 11 54 0 134 73 72 523 124 27
Binary 1101011 1001 101100 0 1011100 111011 111010 101010011 1010100 10111

Color Harmonies of #6B092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B092C

Black with #6B092C

Text Example


Text Example

White with #6B092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,44); }

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

background-color css

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

 a { background-color: rgb(107,9,44); }

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

border-color css

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

 span { border-color: rgb(107,9,44); }

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