Html Css Color HEX #6D0852 Tyrian Purple

📋 copy color: '#6D0852'

red 109 ◦ green 8 ◦ blue 82

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

Shades of Tyrian Purple #6D0852

Tints of Tyrian Purple #6D0852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

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

R = 54.77%
G = 4.02%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D0852 (or 0x6D0852) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 52. RGB value is (109,8,82). Sum of RGB (Red+Green+Blue) = 109+8+82=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0852 is #92F7AD. Grayscale: #2E2E2E. Windows color (decimal): -9631662 or 5376109. OLE color: 5376109.

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

Color convert

RGB 109 8 82 -
CMYK 0 0.93 0.25 0.57
HSL 316.04º 0.86% 0.23% -
HSV(B) 316.04º 0.93% 0.43% -
XYZ 7.92 4.03 8.34 -
YUV 46.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 109 8 82 0 0.93 0.25 0.57 316.04 0.86 0.23
Hex 6D 8 52 0 5D 19 39 13C 56 17
Octal 155 10 122 0 135 31 71 474 126 27
Binary 1101101 1000 1010010 0 1011101 11001 111001 100111100 1010110 10111

Color Harmonies of #6D0852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0852

Black with #6D0852

Text Example


Text Example

White with #6D0852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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