Html Css Color HEX #6D086D Purple

📋 copy color: '#6D086D'

red 109 ◦ green 8 ◦ blue 109

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

Shades of Purple #6D086D

Tints of Purple #6D086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 48.23%
G = 3.54%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D086D (or 0x6D086D) is known color: Purple. HEX triplet: 6D, 08 and 6D. RGB value is (109,8,109). Sum of RGB (Red+Green+Blue) = 109+8+109=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D086D is #92F792. Grayscale: #313131. Windows color (decimal): -9631635 or 7145581. OLE color: 7145581.

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

Color convert

RGB 109 8 109 -
CMYK 0 0.93 0 0.57
HSL 300º 0.86% 0.23% -
HSV(B) 300º 0.93% 0.43% -
XYZ 9.15 4.53 14.86 -
YUV 49.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 109 8 109 0 0.93 0 0.57 300 0.86 0.23
Hex 6D 8 6D 0 5D 0 39 12C 56 17
Octal 155 10 155 0 135 0 71 454 126 27
Binary 1101101 1000 1101101 0 1011101 0 111001 100101100 1010110 10111

Color Harmonies of #6D086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D086D

Black with #6D086D

Text Example


Text Example

White with #6D086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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