Html Css Color HEX #6B0A2D Tyrian Purple

📋 copy color: '#6B0A2D'

red 107 ◦ green 10 ◦ blue 45

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

Shades of Tyrian Purple #6B0A2D

Tints of Tyrian Purple #6B0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.17%

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

R = 66.05%
G = 6.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B0A2D (or 0x6B0A2D) is known color: Tyrian Purple. HEX triplet: 6B, 0A and 2D. RGB value is (107,10,45). Sum of RGB (Red+Green+Blue) = 107+10+45=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0A2D is #94F5D2. Grayscale: #2A2A2A. Windows color (decimal): -9762259 or 2951787. OLE color: 2951787.

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

Color convert

RGB 107 10 45 -
CMYK 0 0.91 0.58 0.58
HSL 338.35º 0.83% 0.23% -
HSV(B) 338.35º 0.91% 0.42% -
XYZ 6.65 3.53 2.81 -
YUV 42.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 107 10 45 0 0.91 0.58 0.58 338.35 0.83 0.23
Hex 6B A 2D 0 5B 3A 3A 152 53 17
Octal 153 12 55 0 133 72 72 522 123 27
Binary 1101011 1010 101101 0 1011011 111010 111010 101010010 1010011 10111

Color Harmonies of #6B0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A2D

Black with #6B0A2D

Text Example


Text Example

White with #6B0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,45); }

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

background-color css

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

 a { background-color: rgb(107,10,45); }

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

border-color css

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

 span { border-color: rgb(107,10,45); }

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