Html Css Color HEX #6B083A Tyrian Purple

📋 copy color: '#6B083A'

red 107 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #6B083A

Tints of Tyrian Purple #6B083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.53%

R = 61.85%
G = 4.62%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B083A (or 0x6B083A) is known color: Tyrian Purple. HEX triplet: 6B, 08 and 3A. RGB value is (107,8,58). Sum of RGB (Red+Green+Blue) = 107+8+58=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B083A is #94F7C5. Grayscale: #2B2B2B. Windows color (decimal): -9762758 or 3803243. OLE color: 3803243.

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

Color convert

RGB 107 8 58 -
CMYK 0 0.93 0.46 0.58
HSL 329.7º 0.86% 0.23% -
HSV(B) 329.7º 0.93% 0.42% -
XYZ 6.91 3.6 4.33 -
YUV 43.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 107 8 58 0 0.93 0.46 0.58 329.7 0.86 0.23
Hex 6B 8 3A 0 5D 2E 3A 14A 56 17
Octal 153 10 72 0 135 56 72 512 126 27
Binary 1101011 1000 111010 0 1011101 101110 111010 101001010 1010110 10111

Color Harmonies of #6B083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B083A

Black with #6B083A

Text Example


Text Example

White with #6B083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,58); }

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

background-color css

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

 a { background-color: rgb(107,8,58); }

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

border-color css

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

 span { border-color: rgb(107,8,58); }

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