Html Css Color HEX #6B043B Tyrian Purple

📋 copy color: '#6B043B'

red 107 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #6B043B

Tints of Tyrian Purple #6B043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 62.94%
G = 2.35%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6B043B (or 0x6B043B) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 3B. RGB value is (107,4,59). Sum of RGB (Red+Green+Blue) = 107+4+59=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B043B is #94FBC4. Grayscale: #282828. Windows color (decimal): -9763781 or 3867755. OLE color: 3867755.

HSL color Cylindrical-coordinate representation of color #6B043B: hue angle of 327.96º 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 #6B043B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 4 59 -
CMYK 0 0.96 0.45 0.58
HSL 327.96º 0.93% 0.22% -
HSV(B) 327.96º 0.96% 0.42% -
XYZ 6.9 3.53 4.46 -
YUV 41.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 107 4 59 0 0.96 0.45 0.58 327.96 0.93 0.22
Hex 6B 4 3B 0 60 2D 3A 148 5D 16
Octal 153 4 73 0 140 55 72 510 135 26
Binary 1101011 100 111011 0 1100000 101101 111010 101001000 1011101 10110

Color Harmonies of #6B043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B043B

Black with #6B043B

Text Example


Text Example

White with #6B043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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