Html Css Color HEX #6D0279 Purple

📋 copy color: '#6D0279'

red 109 ◦ green 2 ◦ blue 121

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

Shades of Purple #6D0279

Tints of Purple #6D0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 46.98%
G = 0.86%
B = 52.16%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D0279 (or 0x6D0279) is known color: Purple. HEX triplet: 6D, 02 and 79. RGB value is (109,2,121). Sum of RGB (Red+Green+Blue) = 109+2+121=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D0279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0279 is #92FD86. Grayscale: #2F2F2F. Windows color (decimal): -9633159 or 7930477. OLE color: 7930477.

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

Color convert

RGB 109 2 121 -
CMYK 0.10 0.98 0 0.53
HSL 293.95º 0.97% 0.24% -
HSV(B) 293.95º 0.98% 0.47% -
XYZ 9.78 4.68 18.48 -
YUV 47.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 109 2 121 0.10 0.98 0 0.53 293.95 0.97 0.24
Hex 6D 2 79 A 62 0 35 126 61 18
Octal 155 2 171 12 142 0 65 446 141 30
Binary 1101101 10 1111001 1010 1100010 0 110101 100100110 1100001 11000

Color Harmonies of #6D0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0279

Black with #6D0279

Text Example


Text Example

White with #6D0279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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