Html Css Color HEX #6D0B79 Purple

📋 copy color: '#6D0B79'

red 109 ◦ green 11 ◦ blue 121

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

Shades of Purple #6D0B79

Tints of Purple #6D0B79

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 45.23%
G = 4.56%
B = 50.21%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D0B79 (or 0x6D0B79) is known color: Purple. HEX triplet: 6D, 0B and 79. RGB value is (109,11,121). Sum of RGB (Red+Green+Blue) = 109+11+121=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D0B79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B79 is #92F486. Grayscale: #343434. Windows color (decimal): -9630855 or 7932781. OLE color: 7932781.

HSL color Cylindrical-coordinate representation of color #6D0B79: hue angle of 293.45º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0B79 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 11 121 -
CMYK 0.10 0.91 0 0.53
HSL 293.45º 0.83% 0.26% -
HSV(B) 293.45º 0.91% 0.47% -
XYZ 9.88 4.87 18.51 -
YUV 52.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 109 11 121 0.10 0.91 0 0.53 293.45 0.83 0.26
Hex 6D B 79 A 5B 0 35 125 53 1A
Octal 155 13 171 12 133 0 65 445 123 32
Binary 1101101 1011 1111001 1010 1011011 0 110101 100100101 1010011 11010

Color Harmonies of #6D0B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B79

Black with #6D0B79

Text Example


Text Example

White with #6D0B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,121); }

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

background-color css

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

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

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

border-color css

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

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

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