Html Css Color HEX #6B013F Tyrian Purple

📋 copy color: '#6B013F'

red 107 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #6B013F

Tints of Tyrian Purple #6B013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.84%

R = 62.57%
G = 0.58%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6B013F (or 0x6B013F) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 3F. RGB value is (107,1,63). Sum of RGB (Red+Green+Blue) = 107+1+63=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B013F is #94FEC0. Grayscale: #272727. Windows color (decimal): -9764545 or 4129131. OLE color: 4129131.

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

Color convert

RGB 107 1 63 -
CMYK 0 0.99 0.41 0.58
HSL 324.91º 0.98% 0.21% -
HSV(B) 324.91º 0.99% 0.42% -
XYZ 6.97 3.51 5.01 -
YUV 39.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 107 1 63 0 0.99 0.41 0.58 324.91 0.98 0.21
Hex 6B 1 3F 0 63 29 3A 145 62 15
Octal 153 1 77 0 143 51 72 505 142 25
Binary 1101011 1 111111 0 1100011 101001 111010 101000101 1100010 10101

Color Harmonies of #6B013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B013F

Black with #6B013F

Text Example


Text Example

White with #6B013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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