Html Css Color HEX #6D059B Purple

📋 copy color: '#6D059B'

red 109 ◦ green 5 ◦ blue 155

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

Shades of Purple #6D059B

Tints of Purple #6D059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 40.52%
G = 1.86%
B = 57.62%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D059B (or 0x6D059B) is known color: Purple. HEX triplet: 6D, 05 and 9B. RGB value is (109,5,155). Sum of RGB (Red+Green+Blue) = 109+5+155=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D059B is #92FA64. Grayscale: #343434. Windows color (decimal): -9632357 or 10159469. OLE color: 10159469.

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

Color convert

RGB 109 5 155 -
CMYK 0.30 0.97 0 0.39
HSL 281.6º 0.94% 0.31% -
HSV(B) 281.6º 0.97% 0.61% -
XYZ 12.28 5.73 31.47 -
YUV 53.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 109 5 155 0.30 0.97 0 0.39 281.6 0.94 0.31
Hex 6D 5 9B 1E 61 0 27 11A 5E 1F
Octal 155 5 233 36 141 0 47 432 136 37
Binary 1101101 101 10011011 11110 1100001 0 100111 100011010 1011110 11111

Color Harmonies of #6D059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D059B

Black with #6D059B

Text Example


Text Example

White with #6D059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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