Html Css Color HEX #6D0153 Tyrian Purple

📋 copy color: '#6D0153'

red 109 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #6D0153

Tints of Tyrian Purple #6D0153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.01%

R = 56.48%
G = 0.52%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6D0153 (or 0x6D0153) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 53. RGB value is (109,1,83). Sum of RGB (Red+Green+Blue) = 109+1+83=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0153 is #92FEAC. Grayscale: #2A2A2A. Windows color (decimal): -9633453 or 5439853. OLE color: 5439853.

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

Color convert

RGB 109 1 83 -
CMYK 0 0.99 0.24 0.57
HSL 314.44º 0.98% 0.22% -
HSV(B) 314.44º 0.99% 0.43% -
XYZ 7.88 3.9 8.52 -
YUV 42.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 109 1 83 0 0.99 0.24 0.57 314.44 0.98 0.22
Hex 6D 1 53 0 63 18 39 13A 62 16
Octal 155 1 123 0 143 30 71 472 142 26
Binary 1101101 1 1010011 0 1100011 11000 111001 100111010 1100010 10110

Color Harmonies of #6D0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0153

Black with #6D0153

Text Example


Text Example

White with #6D0153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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