Html Css Color HEX #6D003A Tyrian Purple

📋 copy color: '#6D003A'

red 109 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #6D003A

Tints of Tyrian Purple #6D003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 65.27%
G = 0%
B = 34.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D003A (or 0x6D003A) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 3A. RGB value is (109,0,58). Sum of RGB (Red+Green+Blue) = 109+0+58=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D003A is #92FFC5. Grayscale: #272727. Windows color (decimal): -9633734 or 3801197. OLE color: 3801197.

HSL color Cylindrical-coordinate representation of color #6D003A: hue angle of 328.07º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D003A is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 0 58 -
CMYK 0 1 0.47 0.57
HSL 328.07º 1% 0.21% -
HSV(B) 328.07º 1% 0.43% -
XYZ 7.07 3.56 4.32 -
YUV 39.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 109 0 58 0 1 0.47 0.57 328.07 1 0.21
Hex 6D 0 3A 0 64 2F 39 148 64 15
Octal 155 0 72 0 144 57 71 510 144 25
Binary 1101101 0 111010 0 1100100 101111 111001 101001000 1100100 10101

Color Harmonies of #6D003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D003A

Black with #6D003A

Text Example


Text Example

White with #6D003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,58); }

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

background-color css

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

 a { background-color: rgb(109,0,58); }

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

border-color css

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

 span { border-color: rgb(109,0,58); }

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