Html Css Color HEX #6D067E Purple

📋 copy color: '#6D067E'

red 109 ◦ green 6 ◦ blue 126

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

Shades of Purple #6D067E

Tints of Purple #6D067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 45.23%
G = 2.49%
B = 52.28%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D067E (or 0x6D067E) is known color: Purple. HEX triplet: 6D, 06 and 7E. RGB value is (109,6,126). Sum of RGB (Red+Green+Blue) = 109+6+126=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D067E is #92F981. Grayscale: #323232. Windows color (decimal): -9632130 or 8259181. OLE color: 8259181.

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

Color convert

RGB 109 6 126 -
CMYK 0.13 0.95 0 0.51
HSL 291.5º 0.91% 0.26% -
HSV(B) 291.5º 0.95% 0.49% -
XYZ 10.14 4.89 20.15 -
YUV 50.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 109 6 126 0.13 0.95 0 0.51 291.5 0.91 0.26
Hex 6D 6 7E D 5F 0 33 124 5B 1A
Octal 155 6 176 15 137 0 63 444 133 32
Binary 1101101 110 1111110 1101 1011111 0 110011 100100100 1011011 11010

Color Harmonies of #6D067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D067E

Black with #6D067E

Text Example


Text Example

White with #6D067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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