Html Css Color HEX #6B093E Tyrian Purple

📋 copy color: '#6B093E'

red 107 ◦ green 9 ◦ blue 62

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

Shades of Tyrian Purple #6B093E

Tints of Tyrian Purple #6B093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.83%

R = 60.11%
G = 5.06%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B093E (or 0x6B093E) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 3E. RGB value is (107,9,62). Sum of RGB (Red+Green+Blue) = 107+9+62=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B093E is #94F6C1. Grayscale: #2C2C2C. Windows color (decimal): -9762498 or 4065643. OLE color: 4065643.

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

Color convert

RGB 107 9 62 -
CMYK 0 0.92 0.42 0.58
HSL 327.55º 0.84% 0.23% -
HSV(B) 327.55º 0.92% 0.42% -
XYZ 7.03 3.67 4.9 -
YUV 44.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 107 9 62 0 0.92 0.42 0.58 327.55 0.84 0.23
Hex 6B 9 3E 0 5C 2A 3A 148 54 17
Octal 153 11 76 0 134 52 72 510 124 27
Binary 1101011 1001 111110 0 1011100 101010 111010 101001000 1010100 10111

Color Harmonies of #6B093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B093E

Black with #6B093E

Text Example


Text Example

White with #6B093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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