Html Css Color HEX #6D0455 Tyrian Purple

📋 copy color: '#6D0455'

red 109 ◦ green 4 ◦ blue 85

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

Shades of Tyrian Purple #6D0455

Tints of Tyrian Purple #6D0455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 55.05%
G = 2.02%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6D0455 (or 0x6D0455) is known color: Tyrian Purple. HEX triplet: 6D, 04 and 55. RGB value is (109,4,85). Sum of RGB (Red+Green+Blue) = 109+4+85=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0455 is #92FBAA. Grayscale: #2C2C2C. Windows color (decimal): -9632683 or 5571693. OLE color: 5571693.

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

Color convert

RGB 109 4 85 -
CMYK 0 0.96 0.22 0.57
HSL 313.71º 0.93% 0.22% -
HSV(B) 313.71º 0.96% 0.43% -
XYZ 7.99 3.99 8.94 -
YUV 44.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 109 4 85 0 0.96 0.22 0.57 313.71 0.93 0.22
Hex 6D 4 55 0 60 16 39 13A 5D 16
Octal 155 4 125 0 140 26 71 472 135 26
Binary 1101101 100 1010101 0 1100000 10110 111001 100111010 1011101 10110

Color Harmonies of #6D0455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0455

Black with #6D0455

Text Example


Text Example

White with #6D0455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,85); }

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

background-color css

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

 a { background-color: rgb(109,4,85); }

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

border-color css

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

 span { border-color: rgb(109,4,85); }

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