Html Css Color HEX #6B0040 Tyrian Purple

📋 copy color: '#6B0040'

red 107 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #6B0040

Tints of Tyrian Purple #6B0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 62.57%
G = 0%
B = 37.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6B0040 (or 0x6B0040) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 40. RGB value is (107,0,64). Sum of RGB (Red+Green+Blue) = 107+0+64=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0040 is #94FFBF. Grayscale: #272727. Windows color (decimal): -9764800 or 4194411. OLE color: 4194411.

HSL color Cylindrical-coordinate representation of color #6B0040: hue angle of 324.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0040 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 0 64 -
CMYK 0 1 0.40 0.58
HSL 324.11º 1% 0.21% -
HSV(B) 324.11º 1% 0.42% -
XYZ 6.99 3.5 5.16 -
YUV 39.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 107 0 64 0 1 0.40 0.58 324.11 1 0.21
Hex 6B 0 40 0 64 28 3A 144 64 15
Octal 153 0 100 0 144 50 72 504 144 25
Binary 1101011 0 1000000 0 1100100 101000 111010 101000100 1100100 10101

Color Harmonies of #6B0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0040

Black with #6B0040

Text Example


Text Example

White with #6B0040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,64); }

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

background-color css

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

 a { background-color: rgb(107,0,64); }

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

border-color css

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

 span { border-color: rgb(107,0,64); }

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