Html Css Color HEX #6D0052 Tyrian Purple

📋 copy color: '#6D0052'

red 109 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #6D0052

Tints of Tyrian Purple #6D0052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.93%

R = 57.07%
G = 0%
B = 42.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D0052 (or 0x6D0052) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 52. RGB value is (109,0,82). Sum of RGB (Red+Green+Blue) = 109+0+82=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0052 is #92FFAD. Grayscale: #292929. Windows color (decimal): -9633710 or 5374061. OLE color: 5374061.

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

Color convert

RGB 109 0 82 -
CMYK 0 1 0.25 0.57
HSL 314.86º 1% 0.21% -
HSV(B) 314.86º 1% 0.43% -
XYZ 7.83 3.86 8.32 -
YUV 41.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 109 0 82 0 1 0.25 0.57 314.86 1 0.21
Hex 6D 0 52 0 64 19 39 13B 64 15
Octal 155 0 122 0 144 31 71 473 144 25
Binary 1101101 0 1010010 0 1100100 11001 111001 100111011 1100100 10101

Color Harmonies of #6D0052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0052

Black with #6D0052

Text Example


Text Example

White with #6D0052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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