Html Css Color HEX #6D053E Tyrian Purple

📋 copy color: '#6D053E'

red 109 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #6D053E

Tints of Tyrian Purple #6D053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 61.93%
G = 2.84%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#6D053E (or 0x6D053E) is known color: Tyrian Purple. HEX triplet: 6D, 05 and 3E. RGB value is (109,5,62). Sum of RGB (Red+Green+Blue) = 109+5+62=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D053E is #92FAC1. Grayscale: #2A2A2A. Windows color (decimal): -9632450 or 4064621. OLE color: 4064621.

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

Color convert

RGB 109 5 62 -
CMYK 0 0.95 0.43 0.57
HSL 327.12º 0.91% 0.22% -
HSV(B) 327.12º 0.95% 0.43% -
XYZ 7.23 3.71 4.89 -
YUV 42.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 109 5 62 0 0.95 0.43 0.57 327.12 0.91 0.22
Hex 6D 5 3E 0 5F 2B 39 147 5B 16
Octal 155 5 76 0 137 53 71 507 133 26
Binary 1101101 101 111110 0 1011111 101011 111001 101000111 1011011 10110

Color Harmonies of #6D053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D053E

Black with #6D053E

Text Example


Text Example

White with #6D053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,62); }

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

background-color css

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

 a { background-color: rgb(109,5,62); }

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

border-color css

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

 span { border-color: rgb(109,5,62); }

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