Html Css Color HEX #6D107A Purple

📋 copy color: '#6D107A'

red 109 ◦ green 16 ◦ blue 122

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

Shades of Purple #6D107A

Tints of Purple #6D107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 44.13%
G = 6.48%
B = 49.39%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6D107A (or 0x6D107A) is known color: Purple. HEX triplet: 6D, 10 and 7A. RGB value is (109,16,122). Sum of RGB (Red+Green+Blue) = 109+16+122=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D107A is #92EF85. Grayscale: #373737. Windows color (decimal): -9629574 or 7999597. OLE color: 7999597.

HSL color Cylindrical-coordinate representation of color #6D107A: hue angle of 292.64º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D107A is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 16 122 -
CMYK 0.11 0.87 0 0.52
HSL 292.64º 0.77% 0.27% -
HSV(B) 292.64º 0.87% 0.48% -
XYZ 10 5.03 18.86 -
YUV 55.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 109 16 122 0.11 0.87 0 0.52 292.64 0.77 0.27
Hex 6D 10 7A B 57 0 34 125 4D 1B
Octal 155 20 172 13 127 0 64 445 115 33
Binary 1101101 10000 1111010 1011 1010111 0 110100 100100101 1001101 11011

Color Harmonies of #6D107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D107A

Black with #6D107A

Text Example


Text Example

White with #6D107A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,122); }

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

background-color css

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

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

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

border-color css

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

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

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