Html Css Color HEX #6D0158 Tyrian Purple

📋 copy color: '#6D0158'

red 109 ◦ green 1 ◦ blue 88

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

Shades of Tyrian Purple #6D0158

Tints of Tyrian Purple #6D0158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 55.05%
G = 0.51%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D0158 (or 0x6D0158) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 58. RGB value is (109,1,88). Sum of RGB (Red+Green+Blue) = 109+1+88=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0158 is #92FEA7. Grayscale: #2A2A2A. Windows color (decimal): -9633448 or 5767533. OLE color: 5767533.

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

Color convert

RGB 109 1 88 -
CMYK 0 0.99 0.19 0.57
HSL 311.67º 0.98% 0.22% -
HSV(B) 311.67º 0.99% 0.43% -
XYZ 8.08 3.98 9.57 -
YUV 43.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 109 1 88 0 0.99 0.19 0.57 311.67 0.98 0.22
Hex 6D 1 58 0 63 13 39 138 62 16
Octal 155 1 130 0 143 23 71 470 142 26
Binary 1101101 1 1011000 0 1100011 10011 111001 100111000 1100010 10110

Color Harmonies of #6D0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0158

Black with #6D0158

Text Example


Text Example

White with #6D0158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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