Html Css Color HEX #6D059D Purple

📋 copy color: '#6D059D'

red 109 ◦ green 5 ◦ blue 157

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

Shades of Purple #6D059D

Tints of Purple #6D059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 40.22%
G = 1.85%
B = 57.93%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D059D (or 0x6D059D) is known color: Purple. HEX triplet: 6D, 05 and 9D. RGB value is (109,5,157). Sum of RGB (Red+Green+Blue) = 109+5+157=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D059D is #92FA62. Grayscale: #343434. Windows color (decimal): -9632355 or 10290541. OLE color: 10290541.

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

Color convert

RGB 109 5 157 -
CMYK 0.31 0.97 0 0.38
HSL 281.05º 0.94% 0.32% -
HSV(B) 281.05º 0.97% 0.62% -
XYZ 12.45 5.79 32.36 -
YUV 53.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 109 5 157 0.31 0.97 0 0.38 281.05 0.94 0.32
Hex 6D 5 9D 1F 61 0 26 119 5E 20
Octal 155 5 235 37 141 0 46 431 136 40
Binary 1101101 101 10011101 11111 1100001 0 100110 100011001 1011110 100000

Color Harmonies of #6D059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D059D

Black with #6D059D

Text Example


Text Example

White with #6D059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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