Html Css Color HEX #6D079D Purple

📋 copy color: '#6D079D'

red 109 ◦ green 7 ◦ blue 157

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

Shades of Purple #6D079D

Tints of Purple #6D079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 39.93%
G = 2.56%
B = 57.51%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D079D (or 0x6D079D) is known color: Purple. HEX triplet: 6D, 07 and 9D. RGB value is (109,7,157). Sum of RGB (Red+Green+Blue) = 109+7+157=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D079D is #92F862. Grayscale: #363636. Windows color (decimal): -9631843 or 10291053. OLE color: 10291053.

HSL color Cylindrical-coordinate representation of color #6D079D: hue angle of 280.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D079D is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 7 157 -
CMYK 0.31 0.96 0 0.38
HSL 280.8º 0.91% 0.32% -
HSV(B) 280.8º 0.96% 0.62% -
XYZ 12.47 5.84 32.37 -
YUV 54.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 109 7 157 0.31 0.96 0 0.38 280.8 0.91 0.32
Hex 6D 7 9D 1F 60 0 26 119 5B 20
Octal 155 7 235 37 140 0 46 431 133 40
Binary 1101101 111 10011101 11111 1100000 0 100110 100011001 1011011 100000

Color Harmonies of #6D079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D079D

Black with #6D079D

Text Example


Text Example

White with #6D079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,7,157); }

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

background-color css

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

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

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

border-color css

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

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

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