Html Css Color HEX #6D097E Purple

📋 copy color: '#6D097E'

red 109 ◦ green 9 ◦ blue 126

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

Shades of Purple #6D097E

Tints of Purple #6D097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

 BLUE value IS 126 (49.61% from 255) = 51.64%

R = 44.67%
G = 3.69%
B = 51.64%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D097E (or 0x6D097E) is known color: Purple. HEX triplet: 6D, 09 and 7E. RGB value is (109,9,126). Sum of RGB (Red+Green+Blue) = 109+9+126=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D097E is #92F681. Grayscale: #333333. Windows color (decimal): -9631362 or 8259949. OLE color: 8259949.

HSL color Cylindrical-coordinate representation of color #6D097E: hue angle of 291.28º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D097E is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 9 126 -
CMYK 0.13 0.93 0 0.51
HSL 291.28º 0.87% 0.26% -
HSV(B) 291.28º 0.93% 0.49% -
XYZ 10.17 4.95 20.16 -
YUV 52.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 109 9 126 0.13 0.93 0 0.51 291.28 0.87 0.26
Hex 6D 9 7E D 5D 0 33 123 57 1A
Octal 155 11 176 15 135 0 63 443 127 32
Binary 1101101 1001 1111110 1101 1011101 0 110011 100100011 1010111 11010

Color Harmonies of #6D097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D097E

Black with #6D097E

Text Example


Text Example

White with #6D097E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,9,126); }

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

background-color css

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

 a { background-color: rgb(109,9,126); }

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

border-color css

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

 span { border-color: rgb(109,9,126); }

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