Html Css Color HEX #6D003F Tyrian Purple

📋 copy color: '#6D003F'

red 109 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #6D003F

Tints of Tyrian Purple #6D003F

RGB

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

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

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

R = 63.37%
G = 0%
B = 36.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D003F (or 0x6D003F) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 3F. RGB value is (109,0,63). Sum of RGB (Red+Green+Blue) = 109+0+63=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D003F is #92FFC0. Grayscale: #272727. Windows color (decimal): -9633729 or 4128877. OLE color: 4128877.

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

Color convert

RGB 109 0 63 -
CMYK 0 1 0.42 0.57
HSL 325.32º 1% 0.21% -
HSV(B) 325.32º 1% 0.43% -
XYZ 7.2 3.61 5.02 -
YUV 39.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 109 0 63 0 1 0.42 0.57 325.32 1 0.21
Hex 6D 0 3F 0 64 2A 39 145 64 15
Octal 155 0 77 0 144 52 71 505 144 25
Binary 1101101 0 111111 0 1100100 101010 111001 101000101 1100100 10101

Color Harmonies of #6D003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D003F

Black with #6D003F

Text Example


Text Example

White with #6D003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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