Html Css Color HEX #6D0138 Tyrian Purple

📋 copy color: '#6D0138'

red 109 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #6D0138

Tints of Tyrian Purple #6D0138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 65.66%
G = 0.6%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D0138 (or 0x6D0138) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 38. RGB value is (109,1,56). Sum of RGB (Red+Green+Blue) = 109+1+56=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0138 is #92FEC7. Grayscale: #272727. Windows color (decimal): -9633480 or 3670381. OLE color: 3670381.

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

Color convert

RGB 109 1 56 -
CMYK 0 0.99 0.49 0.57
HSL 329.44º 0.98% 0.22% -
HSV(B) 329.44º 0.99% 0.43% -
XYZ 7.03 3.56 4.06 -
YUV 39.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 109 1 56 0 0.99 0.49 0.57 329.44 0.98 0.22
Hex 6D 1 38 0 63 31 39 149 62 16
Octal 155 1 70 0 143 61 71 511 142 26
Binary 1101101 1 111000 0 1100011 110001 111001 101001001 1100010 10110

Color Harmonies of #6D0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0138

Black with #6D0138

Text Example


Text Example

White with #6D0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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