Html Css Color HEX #6D0652 Tyrian Purple

📋 copy color: '#6D0652'

red 109 ◦ green 6 ◦ blue 82

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

Shades of Tyrian Purple #6D0652

Tints of Tyrian Purple #6D0652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

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

R = 55.33%
G = 3.05%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D0652 (or 0x6D0652) is known color: Tyrian Purple. HEX triplet: 6D, 06 and 52. RGB value is (109,6,82). Sum of RGB (Red+Green+Blue) = 109+6+82=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0652 is #92F9AD. Grayscale: #2D2D2D. Windows color (decimal): -9632174 or 5375597. OLE color: 5375597.

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

Color convert

RGB 109 6 82 -
CMYK 0 0.94 0.25 0.57
HSL 315.73º 0.9% 0.23% -
HSV(B) 315.73º 0.94% 0.43% -
XYZ 7.89 3.99 8.34 -
YUV 45.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 109 6 82 0 0.94 0.25 0.57 315.73 0.9 0.23
Hex 6D 6 52 0 5E 19 39 13C 5A 17
Octal 155 6 122 0 136 31 71 474 132 27
Binary 1101101 110 1010010 0 1011110 11001 111001 100111100 1011010 10111

Color Harmonies of #6D0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0652

Black with #6D0652

Text Example


Text Example

White with #6D0652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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