Html Css Color HEX #6B0938 Tyrian Purple

📋 copy color: '#6B0938'

red 107 ◦ green 9 ◦ blue 56

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

Shades of Tyrian Purple #6B0938

Tints of Tyrian Purple #6B0938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.56%

R = 62.21%
G = 5.23%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6B0938 (or 0x6B0938) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 38. RGB value is (107,9,56). Sum of RGB (Red+Green+Blue) = 107+9+56=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0938 is #94F6C7. Grayscale: #2B2B2B. Windows color (decimal): -9762504 or 3672427. OLE color: 3672427.

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

Color convert

RGB 107 9 56 -
CMYK 0 0.92 0.48 0.58
HSL 331.22º 0.84% 0.23% -
HSV(B) 331.22º 0.92% 0.42% -
XYZ 6.87 3.61 4.08 -
YUV 43.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 107 9 56 0 0.92 0.48 0.58 331.22 0.84 0.23
Hex 6B 9 38 0 5C 30 3A 14B 54 17
Octal 153 11 70 0 134 60 72 513 124 27
Binary 1101011 1001 111000 0 1011100 110000 111010 101001011 1010100 10111

Color Harmonies of #6B0938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0938

Black with #6B0938

Text Example


Text Example

White with #6B0938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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