Html Css Color HEX #6D013F Tyrian Purple

📋 copy color: '#6D013F'

red 109 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #6D013F

Tints of Tyrian Purple #6D013F

RGB

 RED value IS 109 (42.97% from 255) = 63.01%

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

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

R = 63.01%
G = 0.58%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D013F (or 0x6D013F) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 3F. RGB value is (109,1,63). Sum of RGB (Red+Green+Blue) = 109+1+63=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D013F is #92FEC0. Grayscale: #282828. Windows color (decimal): -9633473 or 4129133. OLE color: 4129133.

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

Color convert

RGB 109 1 63 -
CMYK 0 0.99 0.42 0.57
HSL 325.56º 0.98% 0.22% -
HSV(B) 325.56º 0.99% 0.43% -
XYZ 7.21 3.63 5.02 -
YUV 40.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 109 1 63 0 0.99 0.42 0.57 325.56 0.98 0.22
Hex 6D 1 3F 0 63 2A 39 146 62 16
Octal 155 1 77 0 143 52 71 506 142 26
Binary 1101101 1 111111 0 1100011 101010 111001 101000110 1100010 10110

Color Harmonies of #6D013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D013F

Black with #6D013F

Text Example


Text Example

White with #6D013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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