Html Css Color HEX #6B015B Tyrian Purple

📋 copy color: '#6B015B'

red 107 ◦ green 1 ◦ blue 91

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

Shades of Tyrian Purple #6B015B

Tints of Tyrian Purple #6B015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 53.77%
G = 0.5%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B015B (or 0x6B015B) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 5B. RGB value is (107,1,91). Sum of RGB (Red+Green+Blue) = 107+1+91=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B015B is #94FEA4. Grayscale: #2A2A2A. Windows color (decimal): -9764517 or 5964139. OLE color: 5964139.

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

Color convert

RGB 107 1 91 -
CMYK 0 0.99 0.15 0.58
HSL 309.06º 0.98% 0.21% -
HSV(B) 309.06º 0.99% 0.42% -
XYZ 7.96 3.9 10.23 -
YUV 42.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 107 1 91 0 0.99 0.15 0.58 309.06 0.98 0.21
Hex 6B 1 5B 0 63 F 3A 135 62 15
Octal 153 1 133 0 143 17 72 465 142 25
Binary 1101011 1 1011011 0 1100011 1111 111010 100110101 1100010 10101

Color Harmonies of #6B015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B015B

Black with #6B015B

Text Example


Text Example

White with #6B015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,1,91); }

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

background-color css

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

 a { background-color: rgb(107,1,91); }

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

border-color css

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

 span { border-color: rgb(107,1,91); }

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