Html Css Color HEX #6B042B Tyrian Purple

📋 copy color: '#6B042B'

red 107 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #6B042B

Tints of Tyrian Purple #6B042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 69.48%
G = 2.6%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B042B (or 0x6B042B) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 2B. RGB value is (107,4,43). Sum of RGB (Red+Green+Blue) = 107+4+43=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B042B is #94FBD4. Grayscale: #272727. Windows color (decimal): -9763797 or 2819179. OLE color: 2819179.

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

Color convert

RGB 107 4 43 -
CMYK 0 0.96 0.60 0.58
HSL 337.28º 0.93% 0.22% -
HSV(B) 337.28º 0.96% 0.42% -
XYZ 6.54 3.39 2.59 -
YUV 39.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 107 4 43 0 0.96 0.60 0.58 337.28 0.93 0.22
Hex 6B 4 2B 0 60 3C 3A 151 5D 16
Octal 153 4 53 0 140 74 72 521 135 26
Binary 1101011 100 101011 0 1100000 111100 111010 101010001 1011101 10110

Color Harmonies of #6B042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B042B

Black with #6B042B

Text Example


Text Example

White with #6B042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,43); }

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

background-color css

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

 a { background-color: rgb(107,4,43); }

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

border-color css

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

 span { border-color: rgb(107,4,43); }

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