Html Css Color HEX #6B0F51 Tyrian Purple

📋 copy color: '#6B0F51'

red 107 ◦ green 15 ◦ blue 81

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

Shades of Tyrian Purple #6B0F51

Tints of Tyrian Purple #6B0F51

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.39%

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 52.71%
G = 7.39%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6B0F51 (or 0x6B0F51) is known color: Tyrian Purple. HEX triplet: 6B, 0F and 51. RGB value is (107,15,81). Sum of RGB (Red+Green+Blue) = 107+15+81=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0F51 is #94F0AE. Grayscale: #313131. Windows color (decimal): -9760943 or 5312363. OLE color: 5312363.

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

Color convert

RGB 107 15 81 -
CMYK 0 0.86 0.24 0.58
HSL 316.96º 0.75% 0.24% -
HSV(B) 316.96º 0.86% 0.42% -
XYZ 7.72 4.06 8.16 -
YUV 50.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 107 15 81 0 0.86 0.24 0.58 316.96 0.75 0.24
Hex 6B F 51 0 56 18 3A 13D 4B 18
Octal 153 17 121 0 126 30 72 475 113 30
Binary 1101011 1111 1010001 0 1010110 11000 111010 100111101 1001011 11000

Color Harmonies of #6B0F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0F51

Black with #6B0F51

Text Example


Text Example

White with #6B0F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,15,81); }

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

background-color css

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

 a { background-color: rgb(107,15,81); }

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

border-color css

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

 span { border-color: rgb(107,15,81); }

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