Html Css Color HEX #6D0058 Tyrian Purple

📋 copy color: '#6D0058'

red 109 ◦ green 0 ◦ blue 88

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

Shades of Tyrian Purple #6D0058

Tints of Tyrian Purple #6D0058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 55.33%
G = 0%
B = 44.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D0058 (or 0x6D0058) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 58. RGB value is (109,0,88). Sum of RGB (Red+Green+Blue) = 109+0+88=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0058 is #92FFA7. Grayscale: #2A2A2A. Windows color (decimal): -9633704 or 5767277. OLE color: 5767277.

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

Color convert

RGB 109 0 88 -
CMYK 0 1 0.19 0.57
HSL 311.56º 1% 0.21% -
HSV(B) 311.56º 1% 0.43% -
XYZ 8.07 3.96 9.57 -
YUV 42.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 109 0 88 0 1 0.19 0.57 311.56 1 0.21
Hex 6D 0 58 0 64 13 39 138 64 15
Octal 155 0 130 0 144 23 71 470 144 25
Binary 1101101 0 1011000 0 1100100 10011 111001 100111000 1100100 10101

Color Harmonies of #6D0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0058

Black with #6D0058

Text Example


Text Example

White with #6D0058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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