Html Css Color HEX #6D0755 Tyrian Purple

📋 copy color: '#6D0755'

red 109 ◦ green 7 ◦ blue 85

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

Shades of Tyrian Purple #6D0755

Tints of Tyrian Purple #6D0755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 54.23%
G = 3.48%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6D0755 (or 0x6D0755) is known color: Tyrian Purple. HEX triplet: 6D, 07 and 55. RGB value is (109,7,85). Sum of RGB (Red+Green+Blue) = 109+7+85=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0755 is #92F8AA. Grayscale: #2E2E2E. Windows color (decimal): -9631915 or 5572461. OLE color: 5572461.

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

Color convert

RGB 109 7 85 -
CMYK 0 0.94 0.22 0.57
HSL 314.12º 0.88% 0.23% -
HSV(B) 314.12º 0.94% 0.43% -
XYZ 8.02 4.06 8.95 -
YUV 46.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 109 7 85 0 0.94 0.22 0.57 314.12 0.88 0.23
Hex 6D 7 55 0 5E 16 39 13A 58 17
Octal 155 7 125 0 136 26 71 472 130 27
Binary 1101101 111 1010101 0 1011110 10110 111001 100111010 1011000 10111

Color Harmonies of #6D0755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0755

Black with #6D0755

Text Example


Text Example

White with #6D0755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,7,85); }

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

background-color css

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

 a { background-color: rgb(109,7,85); }

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

border-color css

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

 span { border-color: rgb(109,7,85); }

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